Fix typo in default value for dotspacemacs-emacs-dumper-dump-file

This commit is contained in:
syl20bnr 2018-05-06 00:51:07 -04:00
parent d1653b5692
commit 82e02c9ba2
2 changed files with 3 additions and 3 deletions

View File

@ -67,10 +67,10 @@ in the dump."
;; File path of Spacemacs dump file. This is the file created by the portable
;; dumper. To load it when starting Emacs add the parameter `--dump-file'
;; when invoking Emacs 27.1 executable on the command line, for instance:
;; ./emacs --dump-file=spacedump.pdump
;; ./emacs --dump-file=spacemacs.pdump
;; If the file path is relative, it will be relative to the directory pointed
;; by `dotspacemacs-emacs-pdumper-executable-file'.
;; (default spacedump.pdmp)
;; (default spacemacs.pdmp)
dotspacemacs-emacs-dumper-dump-file "spacemacs.pdmp"))
#+END_SRC

View File

@ -64,7 +64,7 @@ If nil then automatic dump of emacs is disabled.")
"File path of Spacemacs dump file. This is the file created by the portable
dumper. To load it when starting Emacs add the parameter `--dump-file'
when invoking Emacs 27.1 executable on the command line, for instance:
./emacs --dump-file=spacedump.pdump
./emacs --dump-file=spacemacs.pdump
If the file path is relative, it will be relative to the directory pointed
by `dotspacemacs-emacs-pdumper-executable-file'.")