changeset 24539:fb98da96a257

(global-font-lock-mode): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Tue, 30 Mar 1999 21:28:05 +0000
parents 3f24de6b7748
children 7c0185b54f2d
files lisp/font-lock.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Tue Mar 30 21:27:55 1999 +0000
+++ b/lisp/font-lock.el	Tue Mar 30 21:28:05 1999 +0000
@@ -842,7 +842,8 @@
   "Toggle Global Font Lock mode.
 When Global Font Lock mode is enabled, Font Lock mode is automagically
 turned on in a buffer if its major mode is one of `font-lock-global-modes'.
-You must modify via \\[customize] for this variable to have an effect."
+This variable should be set only with \\[customize], which is equivalent
+to using the function `global-font-lock-mode'.
   :set (lambda (symbol value)
 	 (global-font-lock-mode (or value 0)))
   :type 'boolean