]> git.eshelyaron.com Git - emacs.git/commitdiff
Minor change in the manual
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Mar 2018 16:08:47 +0000 (17:08 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 8 Mar 2018 16:08:47 +0000 (17:08 +0100)
* doc/emacs/display.texi (Useless Whitespace):
Don't upcase "TAB" and "SPC" when alluding to characters.

doc/emacs/display.texi

index ad3221463a472a99df46d5ecc8fea18951cf5af5..499be26004d124251eb9a27beb7b8d19288fecb4 100644 (file)
@@ -1239,7 +1239,7 @@ and @code{newline-mark}.
 Highlight trailing whitespace.
 
 @item tabs
-Highlight TAB characters.
+Highlight tab characters.
 
 @item spaces
 Highlight space and non-breaking space characters.
@@ -1263,7 +1263,7 @@ highlighted.  To change that, customize the regular expression
 @code{whitespace-big-indent-regexp}.
 
 @item space-mark
-Draw SPC and non-breaking characters with a special glyph.
+Draw space and non-breaking characters with a special glyph.
 
 @item tab-mark
 Draw tab characters with a special glyph.