changeset 40467:e9c66842eb07

(blink-cursor-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 30 Oct 2001 00:24:12 +0000
parents db05a01a3f3d
children 4bfc983b38c3
files lisp/frame.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)