# HG changeset patch # User Luc Teirlinck # Date 1088012796 0 # Node ID e140df89e026f4456eaa065c0aa63f2bfecf24a8 # Parent f4479239ecbe3533446310dabdd31632682ae68e *** empty log message *** diff -r f4479239ecbe -r e140df89e026 etc/ChangeLog --- a/etc/ChangeLog Wed Jun 23 17:43:32 2004 +0000 +++ b/etc/ChangeLog Wed Jun 23 17:46:36 2004 +0000 @@ -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 -r f4479239ecbe -r e140df89e026 lispref/ChangeLog --- a/lispref/ChangeLog Wed Jun 23 17:43:32 2004 +0000 +++ b/lispref/ChangeLog Wed Jun 23 17:46:36 2004 +0000 @@ -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 -r f4479239ecbe -r e140df89e026 src/ChangeLog --- a/src/ChangeLog Wed Jun 23 17:43:32 2004 +0000 +++ b/src/ChangeLog Wed Jun 23 17:46:36 2004 +0000 @@ -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.