diff options
| author | Richard M. Stallman | 2005-12-11 15:40:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-11 15:40:37 +0000 |
| commit | 2cb33a9853380e557c3f62a922e934bad541b50a (patch) | |
| tree | 4d2beb960d88cf90f6b16653564d86002ccd52db /src | |
| parent | 2231a9e22d476a05c5595febcd0fe0e6f2e9b8ff (diff) | |
| download | emacs-2cb33a9853380e557c3f62a922e934bad541b50a.tar.gz emacs-2cb33a9853380e557c3f62a922e934bad541b50a.zip | |
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 18 | ||||
| -rw-r--r-- | src/xdisp.c | 6 |
2 files changed, 23 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 618bd851dd3..f097754496c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2005-12-11 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (syms_of_xdisp) <blink-cursor-alist>: Doc fix. | ||
| 4 | |||
| 5 | * lisp.h [! NO_UNION_TYPE] (EQ): Use == so args are computed just once. | ||
| 6 | |||
| 7 | * keymap.c (Fset_keymap_parent, store_in_keymap): Use CHECK_IMPURE. | ||
| 8 | (Flookup_key): Doc fix. | ||
| 9 | (syms_of_keymap) <function-key-map>: Doc fix. | ||
| 10 | |||
| 11 | * fns.c (Frequire): Treat evaluating from a source file | ||
| 12 | like loading the file. | ||
| 13 | |||
| 14 | * floatfns.c (Flog): Doc fix. | ||
| 15 | |||
| 16 | * fileio.c (Finsert_file_contents): Set Vdeactivate_mark | ||
| 17 | when we change the buffer. | ||
| 18 | |||
| 1 | 2005-12-11 Juri Linkov <juri@jurta.org> | 19 | 2005-12-11 Juri Linkov <juri@jurta.org> |
| 2 | 20 | ||
| 3 | * minibuf.c (display_completion_list_1): | 21 | * minibuf.c (display_completion_list_1): |
diff --git a/src/xdisp.c b/src/xdisp.c index 9420114489a..c7d3cf88ecf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -23632,7 +23632,11 @@ go back to their normal size. */); | |||
| 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, |