summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/init-files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-files.el b/lisp/init-files.el
index 33e391d..ff16aca 100644
--- a/lisp/init-files.el
+++ b/lisp/init-files.el
@@ -141,7 +141,7 @@ is not required.")
Prompt with characters from `km/find-scratch-buffers' to
determine the extension of the scratch file.
-With prefix ERASE, delete contents of buffer."
+With prefix argument ERASE, delete contents of buffer."
(interactive "P")
(switch-to-buffer (km/scratch--find-file-no-select erase)))