aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck2004-01-03 17:15:46 +0000
committerLuc Teirlinck2004-01-03 17:15:46 +0000
commitdbcd463f797638c31a3fdd8aa9d7f059061f6f2c (patch)
tree916a68b77e752d148597841136d057976ed58420 /lispref
parenta0e91642828dd43ae3b096950060d42322b177e9 (diff)
downloademacs-dbcd463f797638c31a3fdd8aa9d7f059061f6f2c.tar.gz
emacs-dbcd463f797638c31a3fdd8aa9d7f059061f6f2c.zip
*** empty log message ***
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b3b4abf2460..4c2f8660cf5 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,17 @@
12004-01-03 Luc Teirlinck <teirllm@auburn.edu>
2
3 * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors.
4
5 * functions.texi: Various small changes in addition to the
6 following.
7 (What Is a Function): `functionp' returns nil for macros. Clarify
8 behavior of this and following functions for symbol arguments.
9 (Function Documentation): Add `\' in front of (fn @var{arglist})
10 and explain why.
11 (Defining Functions): Mention DOCSTRING argument to `defalias'.
12 Add anchor.
13 (Mapping Functions): Add anchor. Unquote nil in mapcar* example.
14
12004-01-01 Miles Bader <miles@gnu.org> 152004-01-01 Miles Bader <miles@gnu.org>
2 16
3 * display.texi (Buttons): New section. 17 * display.texi (Buttons): New section.