diff options
| author | Eli Zaretskii | 2001-04-30 14:03:07 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-04-30 14:03:07 +0000 |
| commit | 22cd6fd3c0e7584ae63e4173d0ff6821e117ab15 (patch) | |
| tree | 5ba9d3a208cc8bf2cbe97c4a3f4041623df8fab1 | |
| parent | 2b3e941a39654ffe92da96a9374bbb9a5c71f191 (diff) | |
| download | emacs-22cd6fd3c0e7584ae63e4173d0ff6821e117ab15.tar.gz emacs-22cd6fd3c0e7584ae63e4173d0ff6821e117ab15.zip | |
(font-lock-mode): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/font-lock.el | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2313f147808..ae5d3092545 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il> | 1 | 2001-04-30 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 2 | ||
| 3 | * font-lock.el (font-lock-mode): Doc fix. | ||
| 4 | |||
| 3 | * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp) | 5 | * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp) |
| 4 | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. | 6 | (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix. |
| 5 | 7 | ||
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.") | |||
| 687 | ;;;###autoload | 687 | ;;;###autoload |
| 688 | (define-minor-mode font-lock-mode | 688 | (define-minor-mode font-lock-mode |
| 689 | "Toggle Font Lock mode. | 689 | "Toggle Font Lock mode. |
| 690 | With arg, turn Font Lock mode on if and only if arg is positive, | 690 | With arg, turn Font Lock mode off if and only if arg is a non-positive |
| 691 | otherwise turn it off. | 691 | number; if arg is nil, toggle Font Lock mode; anything else turns Font |
| 692 | Lock on. | ||
| 692 | \(Font Lock is also known as \"syntax highlighting\".) | 693 | \(Font Lock is also known as \"syntax highlighting\".) |
| 693 | 694 | ||
| 694 | When Font Lock mode is enabled, text is fontified as you type it: | 695 | When Font Lock mode is enabled, text is fontified as you type it: |