diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 6 | ||||
-rw-r--r-- | 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 <rms@gnu.org> + * 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 <rms@gnu.org> 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) |