]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Apr 2001 14:03:07 +0000 (14:03 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Apr 2001 14:03:07 +0000 (14:03 +0000)
lisp/ChangeLog
lisp/font-lock.el

index 2313f147808d793bc5a80b6ccf0318c828b4d074..ae5d3092545062993cf070664ef52f01fe1c429a 100644 (file)
@@ -1,5 +1,7 @@
 2001-04-30  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * font-lock.el (font-lock-mode): Doc fix.
+
        * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
        (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
 
index 4937b80a0b7412c65f7e2e7f063687d85a427101..ef35b43dd9ae2064741e31b0f4f76f04afc3aba8 100644 (file)
@@ -687,8 +687,9 @@ Major/minor modes can set this variable if they know which option applies.")
 ;;;###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: