aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-11-29 15:28:17 +0000
committerGerd Moellmann <[email protected]>2000-11-29 15:28:17 +0000
commitbe6bbb55ab23178dacf10b5843484c3d8b860dcd (patch)
treea4d92cf7e2bffaf18dbb466b38a0635740bb3f45 /lisp/frame.el
parent9b2999d0b4d900ea649ebe107f874317722cb4e4 (diff)
(blink-cursor-mode): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 06dfcbf846..f599d98134 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")