diff options
| author | Richard M. Stallman | 1997-06-23 04:19:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-06-23 04:19:27 +0000 |
| commit | cb017dde0f4eb1ed304d4094e4c0dbb781903302 (patch) | |
| tree | 392495230e5a1acb71382effea3849440720c682 | |
| parent | d792910f8b0c2ad18cd1b34756e233cfce736de2 (diff) | |
| download | emacs-cb017dde0f4eb1ed304d4094e4c0dbb781903302.tar.gz emacs-cb017dde0f4eb1ed304d4094e4c0dbb781903302.zip | |
dump-emacs works only with -batch.
| -rw-r--r-- | lispref/internals.texi | 7 |
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}. | |||
| 110 | 110 | ||
| 111 | @defun dump-emacs to-file from-file | 111 | @defun dump-emacs to-file from-file |
| 112 | @cindex unexec | 112 | @cindex unexec |
| 113 | This function dumps the current state of Emacs into an executable file | 113 | This function dumps the current state of Emacs into an executable file |
| 114 | @var{to-file}. It takes symbols from @var{from-file} (this is normally | 114 | @var{to-file}. It takes symbols from @var{from-file} (this is normally |
| 115 | the executable file @file{temacs}). | 115 | the executable file @file{temacs}). |
| 116 | 116 | ||
| 117 | If you use this function in an Emacs that was already dumped, you must | 117 | If you want to use this function in an Emacs that was already dumped, |
| 118 | set @code{command-line-processed} to @code{nil} first for good results. | 118 | you must run Emacs with @samp{-batch}. |
| 119 | @xref{Command Line Arguments}. | ||
| 120 | @end defun | 119 | @end defun |
| 121 | 120 | ||
| 122 | @deffn Command emacs-version | 121 | @deffn Command emacs-version |