diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-03-08 17:08:47 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-03-08 17:08:47 +0100 |
commit | cb0d40eab406e7df22b09f7ae5557c820c087af4 (patch) | |
tree | 1d4bb476584befbb12e6aa9a7ac03a90cb0b193a /doc/emacs | |
parent | 7e26d8356aad20d62b54a6fd649ba577ae9a48a8 (diff) | |
download | emacs-cb0d40eab406e7df22b09f7ae5557c820c087af4.tar.gz |
Minor change in the manual
* doc/emacs/display.texi (Useless Whitespace):
Don't upcase "TAB" and "SPC" when alluding to characters.
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/display.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index ad3221463a4..499be26004d 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -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. |