mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
This commit is contained in:
parent
2231a9e22d
commit
2cb33a9853
2 changed files with 23 additions and 1 deletions
|
|
@ -1,3 +1,21 @@
|
|||
2005-12-11 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix.
|
||||
|
||||
* lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once.
|
||||
|
||||
* keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE.
|
||||
(Flookup_key): Doc fix.
|
||||
(syms_of_keymap) <function-key-map>: Doc fix.
|
||||
|
||||
* fns.c (Frequire): Treat evaluating from a source file
|
||||
like loading the file.
|
||||
|
||||
* floatfns.c (Flog): Doc fix.
|
||||
|
||||
* fileio.c (Finsert_file_contents): Set Vdeactivate_mark
|
||||
when we change the buffer.
|
||||
|
||||
2005-12-11 Juri Linkov <juri@jurta.org>
|
||||
|
||||
* minibuf.c (display_completion_list_1):
|
||||
|
|
|
|||
|
|
@ -23632,7 +23632,11 @@ go back to their normal size. */);
|
|||
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue