Mercurial > emacs
changeset 66313:c2c2d45f3d66
(Building Emacs): Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 22 Oct 2005 16:41:31 +0000 |
parents | c6ce52581f1e |
children | 2cf0575a01cb |
files | lispref/internals.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/internals.texi Sat Oct 22 15:36:08 2005 +0000 +++ b/lispref/internals.texi Sat Oct 22 16:41:31 2005 +0000 @@ -121,13 +121,13 @@ 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