# HG changeset patch # User Juanma Barranquero # Date 1171161055 0 # Node ID db90b43ef87e11bc1e7197a64ef5958af0628fb5 # Parent 732f9b589f8ed824c9f0a704fb872847a2c6d82c *** empty log message *** diff -r 732f9b589f8e -r db90b43ef87e lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 11 02:28:57 2007 +0000 +++ b/lisp/ChangeLog Sun Feb 11 02:30:55 2007 +0000 @@ -1,5 +1,7 @@ 2007-02-11 Juanma Barranquero + * 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. diff -r 732f9b589f8e -r db90b43ef87e src/ChangeLog --- a/src/ChangeLog Sun Feb 11 02:28:57 2007 +0000 +++ b/src/ChangeLog Sun Feb 11 02:30:55 2007 +0000 @@ -1,3 +1,8 @@ +2007-02-11 Juanma Barranquero + + * buffer.c (Fgenerate_new_buffer_name, Fbuffer_modified_tick): + Reflow docstrings. + 2007-02-10 Eli Zaretskii * window.c (Fwindow_height, Fwindow_hscroll) @@ -8,7 +13,7 @@ 2007-02-08 Kim F. Storm * 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) : Document lambda. @@ -787,7 +792,7 @@ * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo. -2006-11-02 Alfred M. Szmidt (tiny change) +2006-11-22 Alfred M. Szmidt (tiny change) * s/openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from the library search path.