summaryrefslogtreecommitdiff
path: root/lisp/frame.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-10-30 00:24:12 +0000
committerRichard M. Stallman <rms@gnu.org>2001-10-30 00:24:12 +0000
commitcacf2193641f71840a49f940be34449c74d51918 (patch)
treedda4235920cacc5ece1d72af182d0986ee64e4e6 /lisp/frame.el
parent8767d8666ac20b6b5db2400d66001539dd2bc9f2 (diff)
downloademacs-cacf2193641f71840a49f940be34449c74d51918.tar.gz
(blink-cursor-mode): Doc fix.
Diffstat (limited to 'lisp/frame.el')
-rw-r--r--lisp/frame.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el
index 476aa2fca83..983233414d7 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -1169,7 +1169,11 @@ This timer calls `blink-cursor' every `blink-cursor-interval' seconds.")
"Toggle blinking cursor mode.
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."
+window blinks.
+
+Note that this command is effective only when Emacs
+displays through a window system, because then Emacs does its own
+cursor display. On a text-only terminal, this is not implemented."
(interactive "P")
(let ((on-p (if (null arg)
(not blink-cursor-mode)