mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-23 18:47:57 +00:00
(blink-cursor-mode): Doc fix.
This commit is contained in:
parent
9b2999d0b4
commit
be6bbb55ab
@ -1,3 +1,7 @@
|
||||
2000-11-29 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* frame.el (blink-cursor-mode): Doc fix.
|
||||
|
||||
2000-11-29 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
|
||||
|
@ -1072,7 +1072,7 @@ This timer calls `blink-cursor' every `blink-cursor-interval' seconds.")
|
||||
|
||||
(defun blink-cursor-mode (arg)
|
||||
"Toggle blinking cursor mode.
|
||||
With arg, turn blinking cursor mode on iff arg is positive.
|
||||
With a numeric argument, turn blinking cursor mode on iff ARG is positive.
|
||||
When blinking cursor mode is enabled, the cursor of the selected
|
||||
window blinks."
|
||||
(interactive "P")
|
||||
|
Loading…
Reference in New Issue
Block a user