]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-cursor-mode): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 15:28:17 +0000 (15:28 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Nov 2000 15:28:17 +0000 (15:28 +0000)
lisp/ChangeLog
lisp/frame.el

index 114e16bb6f06db807ecbae6dce064be0702b2b07..21f282470fa62ebe751ea1a4b8839ac8e67d8d26 100644 (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.
index 06dfcbf8469662303326f6dbb518e2cac417f01e..f599d98134db76f1840b30db3ddff54e3b8da1eb 100644 (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")