# HG changeset patch
# User Eli Zaretskii <eliz@gnu.org>
# Date 988639360 0
# Node ID 9c1491e6380448f75bb3f09669afa504559c864b
# Parent  5d5ddaac3b81dccf6f56df3d166f4c8e64082a6c
(font-lock-mode): Doc fix.

diff -r 5d5ddaac3b81 -r 9c1491e63804 lisp/font-lock.el
--- 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: