aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-11-29 15:28:17 +0000
committerGerd Moellmann2000-11-29 15:28:17 +0000
commitbe6bbb55ab23178dacf10b5843484c3d8b860dcd (patch)
treea4d92cf7e2bffaf18dbb466b38a0635740bb3f45
parent9b2999d0b4d900ea649ebe107f874317722cb4e4 (diff)
downloademacs-be6bbb55ab23178dacf10b5843484c3d8b860dcd.tar.gz
emacs-be6bbb55ab23178dacf10b5843484c3d8b860dcd.zip
(blink-cursor-mode): Doc fix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/frame.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 114e16bb6f0..21f282470fa 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12000-11-29 Gerd Moellmann <gerd@gnu.org>
2
3 * frame.el (blink-cursor-mode): Doc fix.
4
12000-11-29 Stefan Monnier <monnier@cs.yale.edu> 52000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2 6
3 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run. 7 * 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.")
1072 1072
1073(defun blink-cursor-mode (arg) 1073(defun blink-cursor-mode (arg)
1074 "Toggle blinking cursor mode. 1074 "Toggle blinking cursor mode.
1075With arg, turn blinking cursor mode on iff arg is positive. 1075With a numeric argument, turn blinking cursor mode on iff ARG is positive.
1076When blinking cursor mode is enabled, the cursor of the selected 1076When blinking cursor mode is enabled, the cursor of the selected
1077window blinks." 1077window blinks."
1078 (interactive "P") 1078 (interactive "P")