]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/hi-lock.el (hi-lock-mode): Doc fix; don't mention Emacs 21.
authorStefan Kangas <stefan@marxist.se>
Mon, 1 Feb 2021 04:46:13 +0000 (05:46 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 1 Feb 2021 11:29:10 +0000 (12:29 +0100)
lisp/hi-lock.el

index e214ab640dee4161e1047e2eb5e6659998469f6d..0ad499b4dbfd78f55e40d0eea4dc5b052a65d17b 100644 (file)
@@ -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