diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-02-01 05:46:13 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-02-01 12:29:10 +0100 |
commit | 9785c6d0a5f3fa2042f2fc8f08d3c33289c68688 (patch) | |
tree | 127dbc44b9eb6bba94324efbad6d64043ea8ca72 /lisp/hi-lock.el | |
parent | 1fdd7a0a3aacd9792b9368ad9d750ef253e29165 (diff) | |
download | emacs-9785c6d0a5f3fa2042f2fc8f08d3c33289c68688.tar.gz emacs-9785c6d0a5f3fa2042f2fc8f08d3c33289c68688.tar.bz2 emacs-9785c6d0a5f3fa2042f2fc8f08d3c33289c68688.zip |
* lisp/hi-lock.el (hi-lock-mode): Doc fix; don't mention Emacs 21.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index e214ab640de..0ad499b4dbf 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -381,13 +381,7 @@ Hi-lock: end is found. A mode is excluded if it's in the list (warn "%s" "Possible archaic use of (hi-lock-mode). Use (global-hi-lock-mode 1) in .emacs to enable hi-lock for all buffers, -use (hi-lock-mode 1) for individual buffers. For compatibility with Emacs -versions before 22 use the following in your init file: - - (if (functionp 'global-hi-lock-mode) - (global-hi-lock-mode 1) - (hi-lock-mode 1)) -"))) +use (hi-lock-mode 1) for individual buffers."))) (if hi-lock-mode ;; Turned on. (progn |