mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(blink-cursor-mode): Doc fix.
This commit is contained in:
parent
9b2999d0b4
commit
be6bbb55ab
2 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue