# HG changeset patch # User Richard M. Stallman # Date 1020184552 0 # Node ID b38fc6fb7a1aca734d571e82a7ba1d74352d6a58 # Parent 5b88ee8bf05ed81655615cd02e90288f2626e47b (auto-insert-directory): Doc fix. diff -r 5b88ee8bf05e -r b38fc6fb7a1a lisp/autoinsert.el --- 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)