summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index 5ed3db56796..abfad3b4c2e 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -199,7 +199,8 @@ described above, e.g. [\"header.insert\" date-and-author-update]."
;; Establish a default value for auto-insert-directory
(defcustom auto-insert-directory "~/insert/"
- "*Directory from which auto-inserted files are taken."
+ "*Directory from which auto-inserted files are taken.
+Must end in a slash."
:type 'directory
:group 'auto-insert)