diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-03-03 22:14:47 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-03-03 22:14:47 -0500 |
commit | 0dfced541e55408baa2fc0c5569ea161020154b3 (patch) | |
tree | 0a792d1cb3381b16f264333276ef65775fbb6564 /lisp | |
parent | 7f94ef5c1d2575d76279f325588439cf92cd56a4 (diff) | |
download | emacs.d-0dfced541e55408baa2fc0c5569ea161020154b3.tar.gz |
Fix typo scratch-find-file docstring
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-files.el | 2 |
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))) |