texinfo-commits
[Top][All Lists]
Advanced

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

[5792] document 'hide-note-references' variable


From: Gavin D. Smith
Subject: [5792] document 'hide-note-references' variable
Date: Sun, 31 Aug 2014 18:52:08 +0000

Revision: 5792
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5792
Author:   gavin
Date:     2014-08-31 18:52:06 +0000 (Sun, 31 Aug 2014)
Log Message:
-----------
document 'hide-note-references' variable

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

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2014-08-31 18:08:39 UTC (rev 5791)
+++ trunk/ChangeLog     2014-08-31 18:52:06 UTC (rev 5792)
@@ -7,6 +7,11 @@
        'key-time' is 0.
        * doc/info-stnd.texi (Variables): Document 'key-time' variable.
 
+       * info/variables.c (info_variables): Rename 'preprocess-nodes' user
+       variable to 'hide-note-references'.
+       * doc/info-stnd.texi (Variables): Document 'hide-note-references'
+       variable.
+
 2014-08-30  Gavin Smith  <address@hidden>
 
        * info/session.c (incremental_search): Go back to being

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS  2014-08-31 18:08:39 UTC (rev 5791)
+++ trunk/NEWS  2014-08-31 18:52:06 UTC (rev 5792)
@@ -53,6 +53,7 @@
   . support for mouse scrollwheel, controlled by 'mouse' variable
   . new variable 'key_time' to control how long to wait for byte
     sequences sent by special keys
+  . new variable 'hide-note-references' alters appearance of displayed nodes
 
 * install-info:
   . handle compressed input file names containing spaces.

Modified: trunk/doc/info-stnd.texi
===================================================================
--- trunk/doc/info-stnd.texi    2014-08-31 18:08:39 UTC (rev 5791)
+++ trunk/doc/info-stnd.texi    2014-08-31 18:52:06 UTC (rev 5792)
@@ -2149,6 +2149,15 @@
 tells Info it is okay to garbage collect the text of the nodes of a
 file which was compressed on disk.
 
address@hidden hide-note-references
address@hidden hide-note-references
+By default, Info displays the contents of Info files mostly verbatim,
+including text that is used by Info readers for navigation (for example,
+marking the location of menus or cross-references).  If you set this
+variable to @code{On}, some of this text is hidden, in a similar way to
+the @code{Info-hide-note-references} variable in Emacs
+(@pxref{Emacs Info Variables, , , info, Info}).
+
 @item highlight-searches
 @vindex highlight-searches
 When set to @code{On}, highlight matches from searching commands

Modified: trunk/info/variables.c
===================================================================
--- trunk/info/variables.c      2014-08-31 18:08:39 UTC (rev 5791)
+++ trunk/info/variables.c      2014-08-31 18:52:06 UTC (rev 5792)
@@ -98,8 +98,8 @@
       N_("Exclude default directories from file search path"),
     &infopath_no_defaults_p, (char **)on_off_choices },
 
-  { "preprocess-nodes",
-      N_("Remove Info file syntax from the text of nodes"),
+  { "hide-note-references",
+      N_("Hide some Info file syntax in the text of nodes"),
     &preprocess_nodes_p, (char **)on_off_choices },
 
   { "key-time",




reply via email to

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