]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 3 Jan 2004 17:15:46 +0000 (17:15 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 3 Jan 2004 17:15:46 +0000 (17:15 +0000)
lisp/ChangeLog
lispref/ChangeLog

index de4f72cc020961fb9528e08b24d2bd632d590f2d..3054e9686e9e560924778fa90e1ff1ef6b9866c9 100644 (file)
@@ -1,6 +1,10 @@
+2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * subr.el (functionp): Doc fix.
+
 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (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):
index b3b4abf24608288559d49a014d179e1819337087..4c2f8660cf56d96b652e55dfebf8a345c53e16f1 100644 (file)
@@ -1,3 +1,17 @@
+2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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  <miles@gnu.org>
 
        * display.texi (Buttons): New section.