]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xdisp) <blink-cursor-alist>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 15:40:37 +0000 (15:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Dec 2005 15:40:37 +0000 (15:40 +0000)
src/ChangeLog
src/xdisp.c

index 618bd851dd3c80c6be1d6df984a5d04167993a50..f097754496cf848f3f8b57a53ffe4dc3bdcfb251 100644 (file)
@@ -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):
index 9420114489a63665cc900ceda00df100e78300a5..c7d3cf88ecf984362b173e3bd595fc128a4f2279 100644 (file)
@@ -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,