]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 23 Jun 2004 17:46:36 +0000 (17:46 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 23 Jun 2004 17:46:36 +0000 (17:46 +0000)
etc/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 05c4549bee35163544f3c2bed0edfc9a68de41a4..94c4c3d87e1762a2724c32424bfa428f0b552cf7 100644 (file)
@@ -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.
index 71caf42017b5bbf8036e0245b6ef0bfc7f369bb6..ea4ade8c30dcbe66a507993c2032ddf352445d42 100644 (file)
@@ -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
index d2951b32bb78a6f0aebfe01aebb7734c16226165..3b87aec95b683072d95a5b6792c3636cf23e9a50 100644 (file)
@@ -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.