Mercurial > emacs
changeset 56575:ae7287311f52
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 31 Jul 2004 16:09:34 +0000 |
parents | c6f24a7d73bd |
children | ceca427e7f83 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jul 31 16:05:54 2004 +0000 +++ b/lisp/ChangeLog Sat Jul 31 16:09:34 2004 +0000 @@ -1,3 +1,9 @@ +2004-07-31 Luc Teirlinck <teirllm@auburn.edu> + + * novice.el (enable-command, disable-command): Doc fixes. + + * subr.el (event-modifiers, event-basic-type): Doc fixes. + 2004-07-30 Richard M. Stallman <rms@gnu.org> * subr.el (with-local-quit): Doc fix.
--- a/src/ChangeLog Sat Jul 31 16:05:54 2004 +0000 +++ b/src/ChangeLog Sat Jul 31 16:09:34 2004 +0000 @@ -1,3 +1,11 @@ +2004-07-31 Luc Teirlinck <teirllm@auburn.edu> + + * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. + + * keyboard.c (syms_of_keyboard) <disable-point-adjustment>: Doc fix. + + * callint.c (Fcall_interactively): Doc fix. + 2004-07-30 Kim F. Storm <storm@cua.dk> * editfns.c (Fformat): Allocate extra (dummy) element in info.