texinfo-commits
[Top][All Lists]
Advanced

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

[7813] fix inconsistency in @emph @strong node


From: gavinsmith0123
Subject: [7813] fix inconsistency in @emph @strong node
Date: Wed, 24 May 2017 15:33:06 -0400 (EDT)

Revision: 7813
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=7813
Author:   gavin
Date:     2017-05-24 15:33:06 -0400 (Wed, 24 May 2017)
Log Message:
-----------
fix inconsistency in @emph @strong node

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.texi

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2017-05-24 06:58:11 UTC (rev 7812)
+++ trunk/ChangeLog     2017-05-24 19:33:06 UTC (rev 7813)
@@ -1,5 +1,11 @@
 2017-05-24  Gavin Smith  <address@hidden>
 
+       * doc/texinfo.texi (@emph @strong): Make output of example 
+       Texinfo code consistent with the input, as was the case before
+       2012-09-06.  Inconsistency reported by Matan Nassau.
+
+2017-05-24  Gavin Smith  <address@hidden>
+
        * info/session.c (tree_search_check_node) <no more matches>: Add
        the "Top" node to the window history, instead of using a
        menu entry in the current node (as the current node may not

Modified: trunk/doc/texinfo.texi
===================================================================
--- trunk/doc/texinfo.texi      2017-05-24 06:58:11 UTC (rev 7812)
+++ trunk/doc/texinfo.texi      2017-05-24 19:33:06 UTC (rev 7813)
@@ -6689,8 +6689,8 @@
 
 @example
 @group
-@@address@hidden:@} @@address@hidden address@hidden
-removes @@address@hidden@} normal files.
+@@address@hidden:@} @@address@hidden * address@hidden
+removes @@address@hidden@} files in the directory.
 @end group
 @end example
 
@@ -6699,7 +6699,7 @@
 
 @quotation
 @strong{Caution}: @samp{rm * .[^.]*}
-removes @emph{all} normal files.
+removes @emph{all} files in the directory.
 @end quotation
 
 The @code{@@strong} command is seldom used except to mark what is, in




reply via email to

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