From 0dfced541e55408baa2fc0c5569ea161020154b3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Tue, 3 Mar 2015 22:14:47 -0500 Subject: Fix typo scratch-find-file docstring --- lisp/init-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/init-files.el') 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))) -- cgit v1.2.3