From: Luc Teirlinck Date: Sat, 3 Jan 2004 17:15:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8017 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dbcd463f797638c31a3fdd8aa9d7f059061f6f2c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index de4f72cc020..3054e9686e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,10 @@ +2004-01-03 Luc Teirlinck + + * subr.el (functionp): Doc fix. + 2004-01-03 Jesper Harder (tiny change) - * progmodes/idlwave.el (idlwave-make-tags): + * progmodes/idlwave.el (idlwave-make-tags): * textmodes/flyspell.el (flyspell-large-region):. * progmodes/make-mode.el (makefile-query-by-make-minus-q): * emulation/viper-util.el (viper-glob-unix-files): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b3b4abf2460..4c2f8660cf5 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,17 @@ +2004-01-03 Luc Teirlinck + + * eval.texi, hash.texi, help.texi, symbols.texi: Add anchors. + + * functions.texi: Various small changes in addition to the + following. + (What Is a Function): `functionp' returns nil for macros. Clarify + behavior of this and following functions for symbol arguments. + (Function Documentation): Add `\' in front of (fn @var{arglist}) + and explain why. + (Defining Functions): Mention DOCSTRING argument to `defalias'. + Add anchor. + (Mapping Functions): Add anchor. Unquote nil in mapcar* example. + 2004-01-01 Miles Bader * display.texi (Buttons): New section.