From 87810ca9dfafe65ea5051df5569a379a8bda4647 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 30 Apr 2002 16:36:02 +0000 Subject: [PATCH] (auto-insert-directory): Doc fix. --- lisp/ChangeLog | 6 ++++++ lisp/autoinsert.el | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 132bb45cb81..2cc914c0235 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,11 @@ 2002-04-30 Richard M. Stallman + * autoinsert.el (auto-insert-directory): Doc fix. + + * facemenu.el (describe-text-at and stuff): Moved to descr-text.el. + + * descr-text.el: New file, broken out of facemenu.el. + * emacs-lisp/advice.el (documentation): Add ad-define-subr-args call. 2002-04-29 Richard M. Stallman 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) -- 2.39.5