]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Feb 2007 02:30:55 +0000 (02:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 11 Feb 2007 02:30:55 +0000 (02:30 +0000)
lisp/ChangeLog
src/ChangeLog

index 1b21748ce4d764dbaafdfdd3d4cdea1cad4dfe9d..4943d6e6285cf652cc041c2d08993b5103ce0bc4 100644 (file)
@@ -1,5 +1,7 @@
 2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
 
+       * files.el (change-major-mode-with-file-name): Fix typo in docstring.
+
        * calculator.el (calculator-prompt): Doc fix.
        (calculator-mode-map): Fix typo in menu entry.
 
index 119ced810faea188b17503dccf02542639937af1..fd2d9cb4ec41ed2451e5c435cce112badbf54844 100644 (file)
@@ -1,3 +1,8 @@
+2007-02-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * buffer.c (Fgenerate_new_buffer_name, Fbuffer_modified_tick):
+       Reflow docstrings.
+
 2007-02-10  Eli Zaretskii  <eliz@gnu.org>
 
        * window.c (Fwindow_height, Fwindow_hscroll)
@@ -8,7 +13,7 @@
 2007-02-08  Kim F. Storm  <storm@cua.dk>
 
        * minibuf.c (read_minibuf): Fix 2007-01-30 change.
-       Use Qlambda as interrim value of Vminibuffer_completing_file_name.
+       Use Qlambda as interim value of Vminibuffer_completing_file_name.
        (Fcompleting_read): Use non-filename maps if value is Qlambda (or Qnil).
        (syms_of_minibuf) <minibuffer-completing-file-name>: Document lambda.
 
 
        * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
 
-2006-11-02  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
+2006-11-22  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
 
        * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and
        /usr/pkg/lib from the library search path.