]> git.eshelyaron.com Git - emacs.git/commitdiff
(Building Emacs): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 22 Oct 2005 16:41:55 +0000 (16:41 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 22 Oct 2005 16:41:55 +0000 (16:41 +0000)
lispref/ChangeLog
lispref/internals.texi

index 09c54f361cd61423c4eedfe9db87f8cbad4dd177..2c3e821010fffc368f4e79002ef2526c77413a89 100644 (file)
@@ -1,3 +1,7 @@
+2005-10-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * internals.texi (Building Emacs): Fix last change.
+
 2005-10-22  Richard M. Stallman  <rms@gnu.org>
 
        * internals.texi (Building Emacs): Document eval-at-startup.
index 2bc91a64e92a8db4d93d28e56392ffa5810e591f..6a2e22a1483ebcd75a3934bcdbc2f2cd2f1ca2f9 100644 (file)
@@ -121,13 +121,13 @@ users can override your changes if they wish.  @xref{Startup Summary}.
 specify a computation to be done when Emacs subsequently starts up.
 For this, use @code{eval-at-startup}:
 
-@defmacro eval-at-startup body@dots{}
+@defmac eval-at-startup body@dots{}
 This evaluates the @var{body} forms, either immediately if running in
 an Emacs that has already started up, or later when Emacs does start
 up.  Since the value of the @var{body} forms is not necessarily
 available when the @code{eval-at-startup} form is run, that form
 always returns @code{nil}.
-@end defmacro
+@end defmac
 
 @defun dump-emacs to-file from-file
 @cindex unexec