From: Eli Zaretskii Date: Mon, 30 Apr 2001 14:03:07 +0000 (+0000) Subject: (font-lock-mode): Doc fix. X-Git-Tag: emacs-pretest-21.0.103~77 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22cd6fd3c0e7584ae63e4173d0ff6821e117ab15;p=emacs.git (font-lock-mode): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2313f147808..ae5d3092545 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2001-04-30 Eli Zaretskii + * 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. diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4937b80a0b7..ef35b43dd9a 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -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: