aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1999-03-30 21:28:05 +0000
committerKarl Heuer1999-03-30 21:28:05 +0000
commit24789c69cd1ca486ff4d24b927950629b37511d8 (patch)
tree64dc774eb70959d984b7a7a8be9306f430f1896f
parent5481e5e87f1dbc7350e5d3455481419e6b059f87 (diff)
downloademacs-24789c69cd1ca486ff4d24b927950629b37511d8.tar.gz
emacs-24789c69cd1ca486ff4d24b927950629b37511d8.zip
(global-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 0bfb213fa07..28815a7d0f5 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -842,7 +842,8 @@ turned on in a buffer if its major mode is one of `font-lock-global-modes'."
842 "Toggle Global Font Lock mode. 842 "Toggle Global Font Lock mode.
843When Global Font Lock mode is enabled, Font Lock mode is automagically 843When Global Font Lock mode is enabled, Font Lock mode is automagically
844turned on in a buffer if its major mode is one of `font-lock-global-modes'. 844turned on in a buffer if its major mode is one of `font-lock-global-modes'.
845You must modify via \\[customize] for this variable to have an effect." 845This variable should be set only with \\[customize], which is equivalent
846to using the function `global-font-lock-mode'.
846 :set (lambda (symbol value) 847 :set (lambda (symbol value)
847 (global-font-lock-mode (or value 0))) 848 (global-font-lock-mode (or value 0)))
848 :type 'boolean 849 :type 'boolean