Mercurial > emacs
changeset 67507:a2a9e8afb055
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 11 Dec 2005 15:37:00 +0000 |
parents | b23a7ce63153 |
children | 815e534890e9 |
files | src/xdisp.c |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Sun Dec 11 15:35:51 2005 +0000 +++ b/src/xdisp.c Sun Dec 11 15:37:00 2005 +0000 @@ -23632,7 +23632,11 @@ Each element has the form (ON-STATE . OFF-STATE). Whenever the `cursor-type' frame-parameter or variable equals ON-STATE, comparing using `equal', Emacs uses OFF-STATE to specify -how to blink it off. */); +how to blink it off. ON-STATE and OFF-STATE are values for +the `cursor-type' frame parameter. + +If a frame's ON-STATE has no entry in this list, +the frame's other specifications determine how to blink the cursor off. */); Vblink_cursor_alist = Qnil; DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,