changeset 37522:9c1491e63804

(font-lock-mode): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 30 Apr 2001 14:02:40 +0000
parents 5d5ddaac3b81
children e33c316f9e70
files lisp/font-lock.el
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/font-lock.el	Mon Apr 30 13:37:00 2001 +0000
+++ b/lisp/font-lock.el	Mon Apr 30 14:02:40 2001 +0000
@@ -687,8 +687,9 @@
 ;;;###autoload
 (define-minor-mode font-lock-mode
   "Toggle Font Lock mode.
-With arg, turn Font Lock mode on if and only if arg is positive,
-otherwise turn it off.
+With arg, turn Font Lock mode off if and only if arg is a non-positive
+number; if arg is nil, toggle Font Lock mode; anything else turns Font
+Lock on.
 \(Font Lock is also known as \"syntax highlighting\".)
 
 When Font Lock mode is enabled, text is fontified as you type it: