changeset 56219:e140df89e026

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 23 Jun 2004 17:46:36 +0000
parents f4479239ecbe
children 7cd2b62c16ce
files etc/ChangeLog lispref/ChangeLog src/ChangeLog
diffstat 3 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <teirllm@auburn.edu>
+
+	* MORE.STUFF: Delete obsolete URL.
+
 2004-06-10  Lars Hansen  <larsh@math.ku.dk>
 
 	* NEWS: Describe dired-omit-mode. Describe desktop package changes.
--- 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  <teirllm@auburn.edu>
+
+	* 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  <larsh@math.ku.dk>
 
 	* files.texi (Saving Buffers): Correct description of
--- 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  <teirllm@auburn.edu>
+
+	* keymap.c (Ftext_char_description): Doc fix.
+	* doc.c (Fsnarf_documentation): Doc fix.
+
 2004-06-22  Kim F. Storm  <storm@cua.dk>
 
 	* fns.c (Fmapcar, Fmapconcat): GCPRO the args array.