projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8209310
)
(auto-insert-directory): Fix previous change.
author
Glenn Morris
<rgm@gnu.org>
Mon, 29 Apr 2002 21:26:14 +0000
(21:26 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 29 Apr 2002 21:26:14 +0000
(21:26 +0000)
lisp/autoinsert.el
patch
|
blob
|
history
diff --git
a/lisp/autoinsert.el
b/lisp/autoinsert.el
index abfad3b4c2e37247e5261ab2efb420c4856173b9..b4c6418dfebd2b07ef26c2b9619e32db869079a3 100644
(file)
--- a/
lisp/autoinsert.el
+++ b/
lisp/autoinsert.el
@@
-200,7
+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 end in a slash."
+Must be a fully-qualified directory name, e.g., on a Unix-like system,
+must end in a slash."
:type 'directory
:group 'auto-insert)