aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/internals.texi12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index 66606da6ecf..437657f2438 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -225,6 +225,18 @@ Emacs was built without @code{unexec} support, this function will not
225be available. 225be available.
226@end defun 226@end defun
227 227
228@defun pdumper-stats
229If the current Emacs session restored its state from a portable dump
230file, this function returns information about the dump file and the
231time it took to restore the Emacs state. The value is an alist
232@w{@code{((dumped-with-pdumper . t) (load-time . @var{time})
233(dump-file-name . @var{file}))}},
234where @var{file} is the name of the dump file, and @var{time} is the
235time in milliseconds it took to restore the state from the dump file.
236If the current session was not restored from a portable dump file, the
237value is nil.
238@end defun
239
228@node Pure Storage 240@node Pure Storage
229@section Pure Storage 241@section Pure Storage
230@cindex pure storage 242@cindex pure storage