texinfo-commits
[Top][All Lists]
Advanced

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

[7817] info_short_help reformat column


From: gavinsmith0123
Subject: [7817] info_short_help reformat column
Date: Sat, 27 May 2017 13:01:01 -0400 (EDT)

Revision: 7817
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7817
Author:   gavin
Date:     2017-05-27 13:01:01 -0400 (Sat, 27 May 2017)
Log Message:
-----------
info_short_help reformat column

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-27 07:22:37 UTC (rev 7816)
+++ trunk/ChangeLog     2017-05-27 17:01:01 UTC (rev 7817)
@@ -1,5 +1,11 @@
 2017-05-27  Gavin Smith  <address@hidden>
 
+       * info/info.c (info_short_help): Move right-hand column of 
+       descriptions so that a word in an example in the left-hand 
+       column doesn't line up with the edge of the right-hand column.
+
+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,

Modified: trunk/info/info.c
===================================================================
--- trunk/info/info.c   2017-05-27 07:22:37 UTC (rev 7816)
+++ trunk/info/info.c   2017-05-27 17:01:01 UTC (rev 7817)
@@ -1131,16 +1131,16 @@
 
   puts (_("\n\
 Examples:\n\
-  info                       show top-level dir menu\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                         show top-level dir menu\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\n\
-                             dump entire emacs manual to out.txt\n\
-  info -f ./foo.info         show file ./foo.info, not searching dir"));
+                               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]