texinfo-commits
[Top][All Lists]
Advanced

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

[7815] info help message


From: gavinsmith0123
Subject: [7815] info help message
Date: Sat, 27 May 2017 03:02:45 -0400 (EDT)

Revision: 7815
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7815
Author:   gavin
Date:     2017-05-27 03:02:45 -0400 (Sat, 27 May 2017)
Log Message:
-----------
info help message

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-24 19:46:36 UTC (rev 7814)
+++ trunk/ChangeLog     2017-05-27 07:02:45 UTC (rev 7815)
@@ -1,3 +1,13 @@
+2017-05-27  Gavin Smith  <address@hidden>
+
+       * info/info.c (info_short_help): Change "options" to 
+       "frequently-used options" and remove documentation of several 
+       options: --dribble, --raw-escapes, --no-raw-escapes, --restore,
+       --strict-node-location, --vi-keys, --debug.  (All of these are
+       still documented in full in the manual.)  Only show one example
+       of loading a manual for the Info program.  Reformat one example.
+       Remove a blank line from the output.
+
 2017-05-24  Gavin Smith  <address@hidden>
 
        * doc/texinfo.texi (@code): Fix grammar.  Change "variable such 

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2017-05-24 19:46:36 UTC (rev 7814)
+++ trunk/info/info.c   2017-05-27 07:02:45 UTC (rev 7815)
@@ -1093,11 +1093,10 @@
   puts ("");
 
   puts (_("\
-Options:\n\
+Frequently-used options:\n\
   -a, --all                    use all matching manuals\n\
   -k, --apropos=STRING         look up STRING in all indices of all manuals\n\
   -d, --directory=DIR          add DIR to INFOPATH\n\
-      --dribble=FILE           remember user keystrokes in FILENAME\n\
   -f, --file=MANUAL            specify Info manual to visit"));
 
   puts (_("\
@@ -1107,9 +1106,6 @@
   -o, --output=FILE            output selected nodes to FILE"));
 
   puts (_("\
-  -R, --raw-escapes            output \"raw\" ANSI escapes (default)\n\
-      --no-raw-escapes         output escapes as literal text\n\
-      --restore=FILE           read initial keystrokes from FILE\n\
   -O, --show-options, --usage  go to command-line options node"));
 
 #if defined(__MSDOS__) || defined(__MINGW32__)
@@ -1118,13 +1114,10 @@
 #endif
 
   puts (_("\
-      --strict-node-location   (for debugging) use Info file pointers as-is\n\
       --subnodes               recursively output menu items\n\
   -v, --variable VAR=VALUE     assign VALUE to Info variable VAR\n\
-      --vi-keys                use vi-like and less-like key bindings\n\
       --version                display version information and exit\n\
-  -w, --where, --location      print physical location of Info file\n\
-  -x, --debug=NUMBER           set debugging level (-1 for all)\n"));
+  -w, --where, --location      print physical location of Info file"));
 
   puts (_("\n\
 The first non-option argument, if present, is the menu entry to start from;\n\
@@ -1139,14 +1132,14 @@
   puts (_("\n\
 Examples:\n\
   info                       show top-level dir menu\n\
-  info info                  show the general manual for Info readers\n\
-  info info-stnd             show the manual specific to this Info program\n\
+  info info-stnd             show the manual for this Info program\n\
   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 '(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 --subnodes -o out.txt emacs\n\
+                             dump entire emacs manual to out.txt\n\
   info -f ./foo.info         show file ./foo.info, not searching dir"));
 
   puts ("");




reply via email to

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