projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9705dd2
)
; * lisp/simple.el (cursor-face-highlight-mode): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 4 Oct 2022 19:25:20 +0000
(22:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 4 Oct 2022 19:25:20 +0000
(22:25 +0300)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 10a610e0c64ed3882ddf69824d574467791346b0..6b73ccb516a455c9788523d81f49c5de736d885e 100644
(file)
--- 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