From cacf2193641f71840a49f940be34449c74d51918 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Oct 2001 00:24:12 +0000 Subject: [PATCH] (blink-cursor-mode): Doc fix. --- lisp/frame.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) -- 2.39.2