(auto-insert-directory): Fix previous change.
This commit is contained in:
parent
8209310978
commit
bdbacf1d00
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue