Mercurial > emacs
changeset 75787:db90b43ef87e
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 11 Feb 2007 02:30:55 +0000 |
parents | 732f9b589f8e |
children | 9099b36e6499 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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 <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. @@ -787,7 +792,7 @@ * 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.