]> git.eshelyaron.com Git - emacs.git/commitdiff
(auto-insert-directory): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 16:36:02 +0000 (16:36 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 30 Apr 2002 16:36:02 +0000 (16:36 +0000)
lisp/ChangeLog
lisp/autoinsert.el

index 132bb45cb81b5f68c49d445f7e1e211b0696e4f0..2cc914c0235cf143f41e074190b40dc20603b255 100644 (file)
@@ -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>
index b4c6418dfebd2b07ef26c2b9619e32db869079a3..ffac45d746aa89a69d3e43207a8c49fcefd6fee7 100644 (file)
@@ -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)