]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-cursor-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 00:24:12 +0000 (00:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Oct 2001 00:24:12 +0000 (00:24 +0000)
lisp/frame.el

index 476aa2fca83b59b894b62ae802f9bf1b7b8688a3..983233414d738d1c8414ba59e443760c42971da8 100644 (file)
@@ -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)