diff options
| author | Glenn Morris | 2002-04-29 20:20:06 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-04-29 20:20:06 +0000 |
| commit | 66e0fd2b95803e4005f5a0de0e2ec17102447eee (patch) | |
| tree | daeb54edcc6697b84ad4e951f27e3307dc3e20f4 | |
| parent | 962ba97c69397411882d41044aaf9eb85e4bfb8a (diff) | |
| download | emacs-66e0fd2b95803e4005f5a0de0e2ec17102447eee.tar.gz emacs-66e0fd2b95803e4005f5a0de0e2ec17102447eee.zip | |
(auto-insert-directory): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/autoinsert.el | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 38a29dc693c..978df486701 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * autoinsert.el (auto-insert-directory): Doc fix. | ||
| 4 | |||
| 1 | 2002-04-29 Kim F. Storm <storm@cua.dk> | 5 | 2002-04-29 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * emulation/cua-base.el: New file. | 7 | * emulation/cua-base.el: New file. |
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 5ed3db56796..abfad3b4c2e 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -199,7 +199,8 @@ described above, e.g. [\"header.insert\" date-and-author-update]." | |||
| 199 | 199 | ||
| 200 | ;; Establish a default value for auto-insert-directory | 200 | ;; Establish a default value for auto-insert-directory |
| 201 | (defcustom auto-insert-directory "~/insert/" | 201 | (defcustom auto-insert-directory "~/insert/" |
| 202 | "*Directory from which auto-inserted files are taken." | 202 | "*Directory from which auto-inserted files are taken. |
| 203 | Must end in a slash." | ||
| 203 | :type 'directory | 204 | :type 'directory |
| 204 | :group 'auto-insert) | 205 | :group 'auto-insert) |
| 205 | 206 | ||