comparison src/xdisp.c @ 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 cae7b536e570
children a34c3ba8e4aa 14a4eb789b45 7beb78bc1f8e
comparison
equal deleted inserted replaced
67506:b23a7ce63153 67507:a2a9e8afb055
23630 DEFVAR_LISP ("blink-cursor-alist", &Vblink_cursor_alist, 23630 DEFVAR_LISP ("blink-cursor-alist", &Vblink_cursor_alist,
23631 doc: /* Alist specifying how to blink the cursor off. 23631 doc: /* Alist specifying how to blink the cursor off.
23632 Each element has the form (ON-STATE . OFF-STATE). Whenever the 23632 Each element has the form (ON-STATE . OFF-STATE). Whenever the
23633 `cursor-type' frame-parameter or variable equals ON-STATE, 23633 `cursor-type' frame-parameter or variable equals ON-STATE,
23634 comparing using `equal', Emacs uses OFF-STATE to specify 23634 comparing using `equal', Emacs uses OFF-STATE to specify
23635 how to blink it off. */); 23635 how to blink it off. ON-STATE and OFF-STATE are values for
23636 the `cursor-type' frame parameter.
23637
23638 If a frame's ON-STATE has no entry in this list,
23639 the frame's other specifications determine how to blink the cursor off. */);
23636 Vblink_cursor_alist = Qnil; 23640 Vblink_cursor_alist = Qnil;
23637 23641
23638 DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p, 23642 DEFVAR_BOOL ("auto-hscroll-mode", &automatic_hscrolling_p,
23639 doc: /* *Non-nil means scroll the display automatically to make point visible. */); 23643 doc: /* *Non-nil means scroll the display automatically to make point visible. */);
23640 automatic_hscrolling_p = 1; 23644 automatic_hscrolling_p = 1;