mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(auto-insert-directory): Doc fix.
This commit is contained in:
parent
bed8e829ec
commit
87810ca9df
2 changed files with 8 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue