summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-23 04:19:27 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-23 04:19:27 +0000
commit0c542dbaeb47b05a2f8b99ed5dec7fa64c72512e (patch)
treea1821d48e91a82a47f12826fb2601d299f273d01 /lispref
parent99254c03e8f7107ef49ca2b30130024b06cdc4d8 (diff)
downloademacs-0c542dbaeb47b05a2f8b99ed5dec7fa64c72512e.tar.gz
dump-emacs works only with -batch.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/internals.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi
index 48323f79d33..58bd4025de5 100644
--- a/lispref/internals.texi
+++ b/lispref/internals.texi
@@ -110,13 +110,12 @@ users can override your changes if they wish. @xref{Start-up Summary}.
@defun dump-emacs to-file from-file
@cindex unexec
- This function dumps the current state of Emacs into an executable file
+This function dumps the current state of Emacs into an executable file
@var{to-file}. It takes symbols from @var{from-file} (this is normally
the executable file @file{temacs}).
-If you use this function in an Emacs that was already dumped, you must
-set @code{command-line-processed} to @code{nil} first for good results.
-@xref{Command Line Arguments}.
+If you want to use this function in an Emacs that was already dumped,
+you must run Emacs with @samp{-batch}.
@end defun
@deffn Command emacs-version