summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2019-07-06 17:25:46 +0300
committerEli Zaretskii <eliz@gnu.org>2019-07-06 17:25:46 +0300
commitff738ab8b8e5588f568145ed5715b859c48219b8 (patch)
tree7f4d60984680f311ebf05e0268db147205818c0b
parentfaf99dcb37bedf7ebceaf2b3015f20d05c391e16 (diff)
downloademacs-ff738ab8b8e5588f568145ed5715b859c48219b8.tar.gz
Minor copyedit of "Font Lock" in user manual
* doc/emacs/display.texi (Font Lock): Make the wording about "enabling Font Lock" crystal clear. (Bug#36529)
-rw-r--r--doc/emacs/display.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 435c21fe738..ac1ce3606b6 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -836,10 +836,10 @@ for instance, programming language modes fontify syntactically
relevant constructs like comments, strings, and function names.
@findex font-lock-mode
- Font Lock mode is enabled by default. To toggle it in the current
-buffer, type @kbd{M-x font-lock-mode}. A positive numeric argument
-unconditionally enables Font Lock mode, and a negative or zero
-argument disables it.
+ Font Lock mode is enabled by default in major modes that support it.
+To toggle it in the current buffer, type @kbd{M-x font-lock-mode}. A
+positive numeric argument unconditionally enables Font Lock mode, and
+a negative or zero argument disables it.
@findex global-font-lock-mode
@vindex global-font-lock-mode