diff options
| author | Gerd Moellmann | 2000-11-29 15:28:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-11-29 15:28:17 +0000 |
| commit | be6bbb55ab23178dacf10b5843484c3d8b860dcd (patch) | |
| tree | a4d92cf7e2bffaf18dbb466b38a0635740bb3f45 | |
| parent | 9b2999d0b4d900ea649ebe107f874317722cb4e4 (diff) | |
| download | emacs-be6bbb55ab23178dacf10b5843484c3d8b860dcd.tar.gz emacs-be6bbb55ab23178dacf10b5843484c3d8b860dcd.zip | |
(blink-cursor-mode): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/frame.el | 2 |
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 @@ | |||
| 1 | 2000-11-29 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * frame.el (blink-cursor-mode): Doc fix. | ||
| 4 | |||
| 1 | 2000-11-29 Stefan Monnier <monnier@cs.yale.edu> | 5 | 2000-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. |
| 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") |