texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[5852] change examples in info help text


From: Gavin D. Smith
Subject: [5852] change examples in info help text
Date: Tue, 30 Sep 2014 19:33:16 +0000

Revision: 5852
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5852
Author:   gavin
Date:     2014-09-30 19:33:15 +0000 (Tue, 30 Sep 2014)
Log Message:
-----------
change examples in info help text

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/info/info.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-09-30 19:22:44 UTC (rev 5851)
+++ trunk/ChangeLog     2014-09-30 19:33:15 UTC (rev 5852)
@@ -5,6 +5,8 @@
        forward or backward that number of references.
        * info/t/tab-argument.sh: New test.
 
+       * info/info.c (info_short_help): Examples in help text changed.
+
 2014-09-29  Gavin Smith  <address@hidden>
 
        * info/indices.c (info_index_search, do_info_index_search): 

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2014-09-30 19:22:44 UTC (rev 5851)
+++ trunk/info/info.c   2014-09-30 19:33:15 UTC (rev 5852)
@@ -967,7 +967,9 @@
   info info                  show the general manual for Info readers\n\
   info info-stnd             show the manual specific to this Info program\n\
   info emacs                 start at emacs node from top-level dir\n\
-  info emacs buffers         start at buffers node within emacs manual\n\
+  info emacs buffers         select buffers menu entry in emacs manual\n\
+  info emacs -n Files        start at Files node within emacs manual\n\
+  info -n '(emacs)Files'     alternative way of loading Files node\n\
   info --show-options emacs  start at node with emacs' command line options\n\
   info --subnodes -o out.txt emacs  dump entire manual to out.txt\n\
   info -f ./foo.info         show file ./foo.info, not searching dir"));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]