aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 1b75a15427c..e3b24033a1a 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -924,7 +924,10 @@ mode for all buffers, use @kbd{M-x global-hi-lock-mode} or place
924 924
925 Hi Lock mode works like Font Lock mode (@pxref{Font Lock}), except 925 Hi Lock mode works like Font Lock mode (@pxref{Font Lock}), except
926that you specify explicitly the regular expressions to highlight. You 926that you specify explicitly the regular expressions to highlight. You
927control them with these commands: 927control them with the commands described below. (The key bindings
928below that begin with @kbd{C-x w} are deprecated in favor of the
929global @kbd{M-s h} bindings, and will be removed in some future Emacs
930version.)
928 931
929@table @kbd 932@table @kbd
930@item M-s h r @var{regexp} @key{RET} @var{face} @key{RET} 933@item M-s h r @var{regexp} @key{RET} @var{face} @key{RET}