summaryrefslogtreecommitdiff
path: root/lisp/init-files.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-03-03 22:14:47 -0500
committerKyle Meyer <kyle@kyleam.com>2015-03-03 22:14:47 -0500
commit0dfced541e55408baa2fc0c5569ea161020154b3 (patch)
tree0a792d1cb3381b16f264333276ef65775fbb6564 /lisp/init-files.el
parent7f94ef5c1d2575d76279f325588439cf92cd56a4 (diff)
downloademacs.d-0dfced541e55408baa2fc0c5569ea161020154b3.tar.gz
Fix typo scratch-find-file docstring
Diffstat (limited to 'lisp/init-files.el')
-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)))