Mercurial > emacs
diff lisp/autoinsert.el @ 45025:b38fc6fb7a1a
(auto-insert-directory): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 30 Apr 2002 16:35:52 +0000 |
| parents | e212772b6816 |
| children | 417bead90660 |
line wrap: on
line diff
--- a/lisp/autoinsert.el Tue Apr 30 13:12:33 2002 +0000 +++ b/lisp/autoinsert.el Tue Apr 30 16:35:52 2002 +0000 @@ -200,8 +200,8 @@ ;; 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)
