]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-font-lock-mode): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:28:05 +0000 (21:28 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 30 Mar 1999 21:28:05 +0000 (21:28 +0000)
lisp/font-lock.el

index 0bfb213fa07149cb47a631b5ad6f86f7db25968d..28815a7d0f53c39da5302ec6cc7d5d55961e17fe 100644 (file)
@@ -842,7 +842,8 @@ turned on in a buffer if its major mode is one of `font-lock-global-modes'."
   "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