From: Richard M. Stallman Date: Tue, 30 Oct 2001 00:24:12 +0000 (+0000) Subject: (blink-cursor-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~19034 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cacf2193641f71840a49f940be34449c74d51918;p=emacs.git (blink-cursor-mode): Doc fix. --- 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)