From be6bbb55ab23178dacf10b5843484c3d8b860dcd Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 29 Nov 2000 15:28:17 +0000 Subject: [PATCH] (blink-cursor-mode): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/frame.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 114e16bb6f0..21f282470fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-11-29 Gerd Moellmann + + * frame.el (blink-cursor-mode): Doc fix. + 2000-11-29 Stefan Monnier * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. diff --git a/lisp/frame.el b/lisp/frame.el index 06dfcbf8469..f599d98134d 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1072,7 +1072,7 @@ This timer calls `blink-cursor' every `blink-cursor-interval' seconds.") (defun blink-cursor-mode (arg) "Toggle blinking cursor mode. -With arg, turn blinking cursor mode on iff arg is positive. +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." (interactive "P") -- 2.39.5