texinfo-commits
[Top][All Lists]
Advanced

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

[7810] info_short_help remove .


From: gavinsmith0123
Subject: [7810] info_short_help remove .
Date: Sun, 21 May 2017 13:12:37 -0400 (EDT)

Revision: 7810
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7810
Author:   gavin
Date:     2017-05-21 13:12:37 -0400 (Sun, 21 May 2017)
Log Message:
-----------
info_short_help remove . from ends of lines

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-21 12:42:04 UTC (rev 7809)
+++ trunk/ChangeLog     2017-05-21 17:12:37 UTC (rev 7810)
@@ -1,5 +1,10 @@
 2017-05-21  Gavin Smith  <address@hidden>
 
+       * info/info.c (info_short_help): Remove full stops from the ends 
+       of lines describing options.
+
+2017-05-21  Gavin Smith  <address@hidden>
+
        * info/session.c (info_xref_item): Give an error message if
        there are no cross-references in the node, to be consistent
        with 'menu-item'.  This happened in Texinfo 5.2 and earlier.

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2017-05-21 12:42:04 UTC (rev 7809)
+++ trunk/info/info.c   2017-05-21 17:12:37 UTC (rev 7810)
@@ -1094,22 +1094,22 @@
 
   puts (_("\
 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\
+  -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 (_("\
-  -h, --help                   display this help and exit.\n\
-      --index-search=STRING    go to node pointed by index entry STRING.\n\
-  -n, --node=NODENAME          specify nodes in first visited Info file.\n\
+  -h, --help                   display this help and exit\n\
+      --index-search=STRING    go to node pointed by index entry STRING\n\
+  -n, --node=NODENAME          specify nodes in first visited Info file\n\
   -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\
+  -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 +1118,13 @@
 #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"));
+      --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"));
 
   puts (_("\n\
 The first non-option argument, if present, is the menu entry to start from;\n\




reply via email to

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