summaryrefslogtreecommitdiff
path: root/lisp/autoinsert.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r--lisp/autoinsert.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el
index b4c6418dfeb..ffac45d746a 100644
--- a/lisp/autoinsert.el
+++ b/lisp/autoinsert.el
@@ -200,8 +200,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.
-Must be a fully-qualified directory name, e.g., on a Unix-like system,
-must end in a slash."
+The value must be an absolute directory name;
+thus, on a GNU or Unix system, it must end in a slash."
:type 'directory
:group 'auto-insert)