branch: externals/tempel
commit 235e066fe3b0815149e6fe79d978fdc0cff74ff0
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Improve docstring
---
 tempel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tempel.el b/tempel.el
index a1b9bc53c8..c82a2f9050 100644
--- a/tempel.el
+++ b/tempel.el
@@ -49,7 +49,7 @@
   :prefix "tempel-")
 
 (defcustom tempel-path (expand-file-name "templates" user-emacs-directory)
-  "A file or a list of files containing templates.
+  "A file or a list of template files.
 The file paths can contain wildcards."
   :type '(choice string (repeat string)))
 

Reply via email to