mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(auto-insert-directory): Fix previous change.
This commit is contained in:
parent
8209310978
commit
bdbacf1d00
@ -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…
Reference in New Issue
Block a user