Mercurial > emacs
changeset 45025:b38fc6fb7a1a
(auto-insert-directory): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 30 Apr 2002 16:35:52 +0000 |
parents | 5b88ee8bf05e |
children | 83eb711e6735 |
files | lisp/autoinsert.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)