From: Luc Teirlinck Date: Sat, 31 Jul 2004 16:09:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5363 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83f6422686cc5bda8643b36bd1fcb699897a8115;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 05daa1d088b..113dfe2cf4d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-07-31 Luc Teirlinck + + * novice.el (enable-command, disable-command): Doc fixes. + + * subr.el (event-modifiers, event-basic-type): Doc fixes. + 2004-07-30 Richard M. Stallman * subr.el (with-local-quit): Doc fix. diff --git a/src/ChangeLog b/src/ChangeLog index 11cc0f7ba89..a891a6bb68c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2004-07-31 Luc Teirlinck + + * keymap.c (Fset_keymap_parent, Fdefine_prefix_command): Doc fixes. + + * keyboard.c (syms_of_keyboard) : Doc fix. + + * callint.c (Fcall_interactively): Doc fix. + 2004-07-30 Kim F. Storm * editfns.c (Fformat): Allocate extra (dummy) element in info.