texinfo-commits
[Top][All Lists]
Advanced

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

[5855] add --node examples to info-stnd.texi


From: Gavin D. Smith
Subject: [5855] add --node examples to info-stnd.texi
Date: Fri, 03 Oct 2014 09:28:45 +0000

Revision: 5855
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5855
Author:   gavin
Date:     2014-10-03 09:28:43 +0000 (Fri, 03 Oct 2014)
Log Message:
-----------
add --node examples to info-stnd.texi

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/info-stnd.texi
    trunk/info/info.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-10-03 09:03:36 UTC (rev 5854)
+++ trunk/ChangeLog     2014-10-03 09:28:43 UTC (rev 5855)
@@ -1,3 +1,8 @@
+2014-10-03  Gavin Smith  <address@hidden>
+
+       * doc/info-stnd.texi (Invoking Info): Add examples with --node.
+       * info/info.c (info_short_help): Help text changed.
+
 2014-10-03  Ken Brown  <address@hidden>
 
        Changes to compile for Cygwin:

Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi    2014-10-03 09:03:36 UTC (rev 5854)
+++ trunk/doc/info-stnd.texi    2014-10-03 09:28:43 UTC (rev 5855)
@@ -187,6 +187,15 @@
 like @file{bison.igz} and @file{bison.inz} will be found and decompressed
 by @code{gunzip}.}
 
+You can specify the name of a node to visit with the @code{--node} or 
address@hidden option.  For example, here are two equivalent ways to load the
address@hidden node within the @samp{emacs} manual:
+
address@hidden
+info emacs -n Files
+info -n '(emacs)Files'
address@hidden example
+
 @cindex absolute Info file names
 @cindex relative Info file names
 @cindex file names, relative

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2014-10-03 09:03:36 UTC (rev 5854)
+++ trunk/info/info.c   2014-10-03 09:28:43 UTC (rev 5855)
@@ -969,7 +969,7 @@
   info emacs                 start at emacs node from top-level dir\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 -n '(emacs)Files'     alternative way to start at 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]