Minor change in the manual
* doc/emacs/display.texi (Useless Whitespace): Don't upcase "TAB" and "SPC" when alluding to characters.
This commit is contained in:
parent
7e26d8356a
commit
cb0d40eab4
1 changed files with 2 additions and 2 deletions
|
@ -1239,7 +1239,7 @@ and @code{newline-mark}.
|
||||||
Highlight trailing whitespace.
|
Highlight trailing whitespace.
|
||||||
|
|
||||||
@item tabs
|
@item tabs
|
||||||
Highlight TAB characters.
|
Highlight tab characters.
|
||||||
|
|
||||||
@item spaces
|
@item spaces
|
||||||
Highlight space and non-breaking space characters.
|
Highlight space and non-breaking space characters.
|
||||||
|
@ -1263,7 +1263,7 @@ highlighted. To change that, customize the regular expression
|
||||||
@code{whitespace-big-indent-regexp}.
|
@code{whitespace-big-indent-regexp}.
|
||||||
|
|
||||||
@item space-mark
|
@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
|
@item tab-mark
|
||||||
Draw tab characters with a special glyph.
|
Draw tab characters with a special glyph.
|
||||||
|
|
Loading…
Add table
Reference in a new issue