Mercurial > emacs
changeset 77427:8cbcb17c1ac1
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 22 Apr 2007 17:00:58 +0000 |
parents | 2e139d8d34bc |
children | c1d43f2a6032 |
files | lisp/ChangeLog lispref/ChangeLog src/ChangeLog |
diffstat | 3 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Apr 22 17:00:20 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 22 17:00:58 2007 +0000 @@ -1,3 +1,12 @@ +2007-04-22 Richard Stallman <rms@gnu.org> + + * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): + Improve doc string of generated command. + + * subr.el (read-number): Catch errors. + + * hi-lock.el (hi-lock-file-patterns-policy): Doc fix. + 2007-04-22 Alan Mackenzie <acm@muc.de> * progmodes/cc-mode.el
--- a/lispref/ChangeLog Sun Apr 22 17:00:20 2007 +0000 +++ b/lispref/ChangeLog Sun Apr 22 17:00:58 2007 +0000 @@ -1,3 +1,8 @@ +2007-04-22 Richard Stallman <rms@gnu.org> + + * keymaps.texi (Extended Menu Items): Move the info about + format with cached keyboard binding. + 2007-04-21 Richard Stallman <rms@gnu.org> * text.texi (Special Properties): Clarify previous change.
--- a/src/ChangeLog Sun Apr 22 17:00:20 2007 +0000 +++ b/src/ChangeLog Sun Apr 22 17:00:58 2007 +0000 @@ -1,3 +1,9 @@ +2007-04-22 Richard Stallman <rms@gnu.org> + + * abbrev.c (Fdefine_abbrev): Doc fix. + + * keymap.c (Fdefine_key): Minor doc fix. + 2007-04-21 Glenn Morris <rgm@gnu.org> * keymap.c (Fdefine_key): Fix info ref in doc string.