# HG changeset patch # User Richard M. Stallman # Date 1004401452 0 # Node ID e9c66842eb072e37684113c9cbf7e2a890496671 # Parent db05a01a3f3de32ab730af7fbd532f42fc2b00d4 (blink-cursor-mode): Doc fix. diff -r db05a01a3f3d -r e9c66842eb07 lisp/frame.el --- a/lisp/frame.el Tue Oct 30 00:23:32 2001 +0000 +++ b/lisp/frame.el Tue Oct 30 00:24:12 2001 +0000 @@ -1169,7 +1169,11 @@ "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)