# HG changeset patch # User Luc Teirlinck # Date 1073150146 0 # Node ID b1348f420711857b7f6d415f675d479919ae9a23 # Parent 6535ab5797c7c219f7141f827b0489823e9f1f8c *** empty log message *** diff -r 6535ab5797c7 -r b1348f420711 lisp/ChangeLog --- a/lisp/ChangeLog Sat Jan 03 16:52:43 2004 +0000 +++ b/lisp/ChangeLog Sat Jan 03 17:15:46 2004 +0000 @@ -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 -r 6535ab5797c7 -r b1348f420711 lispref/ChangeLog --- a/lispref/ChangeLog Sat Jan 03 16:52:43 2004 +0000 +++ b/lispref/ChangeLog Sat Jan 03 17:15:46 2004 +0000 @@ -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.