diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-01-31 19:59:12 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-01-31 19:59:12 +0100 |
commit | 56c37bbdb60f201791b57a3af2f47b7517de810c (patch) | |
tree | 7444f9f80ca4d2d0f39ef86f0e875a98d4db5769 /doc/emacs/display.texi | |
parent | 25c01983afa55c83b8443d51267b7957e5d2c739 (diff) | |
download | emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.tar.gz emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.tar.bz2 emacs-56c37bbdb60f201791b57a3af2f47b7517de810c.zip |
Use @key{} where it is missing in the manuals
Diffstat (limited to 'doc/emacs/display.texi')
-rw-r--r-- | doc/emacs/display.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index b2a4011b4a7..d0ab5486af1 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -1259,9 +1259,9 @@ Highlight empty lines. @item big-indent @vindex whitespace-big-indent-regexp Highlight too-deep indentation. By default any sequence of at least 4 -consecutive TAB characters or 32 consecutive SPC characters is -highlighted. To change that, customize the regular expression -@code{whitespace-big-indent-regexp}. +consecutive @key{TAB} characters or 32 consecutive @key{SPC} +characters is highlighted. To change that, customize the regular +expression @code{whitespace-big-indent-regexp}. @item space-mark Draw space and non-breaking characters with a special glyph. |