aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-23 11:23:07 +0000
committerEli Zaretskii2001-01-23 11:23:07 +0000
commitdcc70c380ec03903f4ff55603d7129450fa681ae (patch)
tree7f84cf53e4b6e566e21f8048c8df2fd636de9f59
parent4e003d375ec3670d32e34d9cd592962c878075bb (diff)
downloademacs-dcc70c380ec03903f4ff55603d7129450fa681ae.tar.gz
emacs-dcc70c380ec03903f4ff55603d7129450fa681ae.zip
(font-lock-mode): Doc fix.
-rw-r--r--lisp/font-lock.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 188b5de7fe8..30605b57636 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -686,7 +686,8 @@ Major/minor modes can set this variable if they know which option applies.")
686;;;###autoload 686;;;###autoload
687(define-minor-mode font-lock-mode 687(define-minor-mode font-lock-mode
688 "Toggle Font Lock mode. 688 "Toggle Font Lock mode.
689With arg, turn Font Lock mode on if and only if arg is positive. 689With arg, turn Font Lock mode on if and only if arg is positive,
690otherwise turn it off.
690\(Font Lock is also known as \"syntax highlighting\".) 691\(Font Lock is also known as \"syntax highlighting\".)
691 692
692When Font Lock mode is enabled, text is fontified as you type it: 693When Font Lock mode is enabled, text is fontified as you type it: