1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(font-lock-mode): Doc fix.

This commit is contained in:
Eli Zaretskii 2001-04-30 14:03:07 +00:00
parent 2b3e941a39
commit 22cd6fd3c0
2 changed files with 5 additions and 2 deletions

View 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.

View 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: