diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-04-30 16:36:02 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-04-30 16:36:02 +0000 |
commit | 87810ca9dfafe65ea5051df5569a379a8bda4647 (patch) | |
tree | 4e34adec9f917ce983780fc1a81eaf49cbe0c2b7 /lisp/autoinsert.el | |
parent | bed8e829ec3d214d16a41462147275a180dfeb13 (diff) | |
download | emacs-87810ca9dfafe65ea5051df5569a379a8bda4647.tar.gz emacs-87810ca9dfafe65ea5051df5569a379a8bda4647.tar.bz2 emacs-87810ca9dfafe65ea5051df5569a379a8bda4647.zip |
(auto-insert-directory): Doc fix.
Diffstat (limited to 'lisp/autoinsert.el')
-rw-r--r-- | lisp/autoinsert.el | 4 |
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) |