diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/autoinsert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index a77ca091d29..b8c2bfd6068 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | ;; auto-mode-alist. | 32 | ;; auto-mode-alist. |
| 33 | ;; | 33 | ;; |
| 34 | ;; To use: | 34 | ;; To use: |
| 35 | ;; (add-hook 'find-file-hook 'auto-insert) | 35 | ;; (auto-insert-mode t) |
| 36 | ;; setq auto-insert-directory to an appropriate slash-terminated value | 36 | ;; setq auto-insert-directory to an appropriate slash-terminated value |
| 37 | ;; | 37 | ;; |
| 38 | ;; You can also customize the variable `auto-insert-mode' to load the | 38 | ;; You can also customize the variable `auto-insert-mode' to load the |