1
0
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:
Gerd Moellmann 2000-11-29 15:28:17 +00:00
parent 9b2999d0b4
commit be6bbb55ab
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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")