diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-10-04 22:25:20 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-10-04 22:25:20 +0300 |
commit | 1d3d87cd678371b067887950acc640361d0ab87c (patch) | |
tree | de6307e8b737e32bb1ce05ec0c40c7fa1295c060 /lisp | |
parent | 9705dd2e026bd923b4ce6b3f3051c19507c335a7 (diff) | |
download | emacs-1d3d87cd678371b067887950acc640361d0ab87c.tar.gz emacs-1d3d87cd678371b067887950acc640361d0ab87c.tar.bz2 emacs-1d3d87cd678371b067887950acc640361d0ab87c.zip |
; * lisp/simple.el (cursor-face-highlight-mode): Doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 10a610e0c64..6b73ccb516a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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 |