]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/simple.el (cursor-face-highlight-mode): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Tue, 4 Oct 2022 19:25:20 +0000 (22:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Oct 2022 19:25:20 +0000 (22:25 +0300)
lisp/simple.el

index 10a610e0c64ed3882ddf69824d574467791346b0..6b73ccb516a455c9788523d81f49c5de736d885e 100644 (file)
@@ -7028,7 +7028,7 @@ which is the window that will be redisplayed.  When run, the `current-buffer'
 is set to the buffer displayed in that window.")
 
 (define-minor-mode cursor-face-highlight-mode
-  "When enabled, respect the cursor-face property."
+  "When enabled, highlight text that has `cursor-face' property near point."
   :global nil
   (if cursor-face-highlight-mode
       (add-hook 'pre-redisplay-functions