diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/internals.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 437657f2438..06ff9f70bf9 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi | |||
| @@ -232,7 +232,7 @@ time it took to restore the Emacs state. The value is an alist | |||
| 232 | @w{@code{((dumped-with-pdumper . t) (load-time . @var{time}) | 232 | @w{@code{((dumped-with-pdumper . t) (load-time . @var{time}) |
| 233 | (dump-file-name . @var{file}))}}, | 233 | (dump-file-name . @var{file}))}}, |
| 234 | where @var{file} is the name of the dump file, and @var{time} is the | 234 | where @var{file} is the name of the dump file, and @var{time} is the |
| 235 | time in milliseconds it took to restore the state from the dump file. | 235 | time in seconds it took to restore the state from the dump file. |
| 236 | If the current session was not restored from a portable dump file, the | 236 | If the current session was not restored from a portable dump file, the |
| 237 | value is nil. | 237 | value is nil. |
| 238 | @end defun | 238 | @end defun |