comparison lisp/frame.el @ 34002:698d4ae0484c

(blink-cursor-mode): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 29 Nov 2000 15:26:19 +0000
parents 086c757fef3e
children cac4e3129cc3
comparison
equal deleted inserted replaced
34001:fc9ba8a24dde 34002:698d4ae0484c
1070 (defvar blink-cursor-mode nil 1070 (defvar blink-cursor-mode nil
1071 "Non-nil means blinking cursor is active.") 1071 "Non-nil means blinking cursor is active.")
1072 1072
1073 (defun blink-cursor-mode (arg) 1073 (defun blink-cursor-mode (arg)
1074 "Toggle blinking cursor mode. 1074 "Toggle blinking cursor mode.
1075 With arg, turn blinking cursor mode on iff arg is positive. 1075 With a numeric argument, turn blinking cursor mode on iff ARG is positive.
1076 When blinking cursor mode is enabled, the cursor of the selected 1076 When blinking cursor mode is enabled, the cursor of the selected
1077 window blinks." 1077 window blinks."
1078 (interactive "P") 1078 (interactive "P")
1079 (let ((on-p (if (null arg) 1079 (let ((on-p (if (null arg)
1080 (not blink-cursor-mode) 1080 (not blink-cursor-mode)