From 82e02c9ba2bf7874e4c4f6df3536569b5b7e35e8 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 6 May 2018 00:51:07 -0400 Subject: [PATCH] Fix typo in default value for dotspacemacs-emacs-dumper-dump-file --- EXPERIMENTAL.org | 4 ++-- core/core-dotspacemacs.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EXPERIMENTAL.org b/EXPERIMENTAL.org index 4fa76afef..3087a7b49 100644 --- a/EXPERIMENTAL.org +++ b/EXPERIMENTAL.org @@ -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 diff --git a/core/core-dotspacemacs.el b/core/core-dotspacemacs.el index 08cd08bb4..739c369c5 100644 --- a/core/core-dotspacemacs.el +++ b/core/core-dotspacemacs.el @@ -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'.")