From: Luc Teirlinck Date: Wed, 23 Jun 2004 17:46:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~5660 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dce417e7f7508860125b3dcd3ed83fed99df03da;p=emacs.git *** empty log message *** --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 05c4549bee3..94c4c3d87e1 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2004-06-23 Luc Teirlinck + + * MORE.STUFF: Delete obsolete URL. + 2004-06-10 Lars Hansen * NEWS: Describe dired-omit-mode. Describe desktop package changes. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 71caf42017b..ea4ade8c30d 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,17 @@ +2004-06-23 Luc Teirlinck + + * lists.texi, files.texi, processes.texi, macros.texi, hash.texi: + * frames.texi, buffers.texi, backups.texi, variables.texi: + * loading.texi, eval.texi, functions.texi, control.texi: + * symbols.texi, minibuf.texi: Reposition @anchor's. + + * help.texi: Various small changes in addition to the following. + (Describing Characters): Describe PREFIX argument to + `key-description'. Correct and clarify definition of + `text-char-description'. Describe NEED-VECTOR argument to + `read-kbd-macro'. + (Help Functions): Clarify definition of `apropos'. + 2004-06-23 Lars Hansen * files.texi (Saving Buffers): Correct description of diff --git a/src/ChangeLog b/src/ChangeLog index d2951b32bb7..3b87aec95b6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-06-23 Luc Teirlinck + + * keymap.c (Ftext_char_description): Doc fix. + * doc.c (Fsnarf_documentation): Doc fix. + 2004-06-22 Kim F. Storm * fns.c (Fmapcar, Fmapconcat): GCPRO the args array.