]> git.eshelyaron.com Git - emacs.git/commitdiff
dump-emacs works only with -batch.
authorRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 04:19:27 +0000 (04:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 23 Jun 1997 04:19:27 +0000 (04:19 +0000)
lispref/internals.texi

index 48323f79d33d2e09a945579c98693cc596589658..58bd4025de5f1a4864d918efda330e16adafa105 100644 (file)
@@ -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