From: Gerd Moellmann Date: Wed, 29 Nov 2000 15:28:17 +0000 (+0000) Subject: (blink-cursor-mode): Doc fix. X-Git-Tag: emacs-pretest-21.0.93~378 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=be6bbb55ab23178dacf10b5843484c3d8b860dcd;p=emacs.git (blink-cursor-mode): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 114e16bb6f0..21f282470fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-29 Gerd Moellmann + + * frame.el (blink-cursor-mode): Doc fix. + 2000-11-29 Stefan Monnier * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. diff --git a/lisp/frame.el b/lisp/frame.el index 06dfcbf8469..f599d98134d 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -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")