diff options
| author | Paul Eggert | 2011-10-22 23:38:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-22 23:38:24 -0700 |
| commit | cfc09582247ffef6a46b6249e2fba9136a62d21e (patch) | |
| tree | 50e102f64a2b88c692d9110990abd416c78c32f0 /lisp/autoinsert.el | |
| parent | 92c938895c639463681ae1c58a944cae62b70b87 (diff) | |
| parent | 86c606818495d9411fd5d6b1477f9a097eb18020 (diff) | |
| download | emacs-cfc09582247ffef6a46b6249e2fba9136a62d21e.tar.gz emacs-cfc09582247ffef6a46b6249e2fba9136a62d21e.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/autoinsert.el')
| -rw-r--r-- | lisp/autoinsert.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 5793c3180be..6d002f4a217 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -397,9 +397,10 @@ or if CONDITION had no actions, after all other CONDITIONs." | |||
| 397 | 397 | ||
| 398 | ;;;###autoload | 398 | ;;;###autoload |
| 399 | (define-minor-mode auto-insert-mode | 399 | (define-minor-mode auto-insert-mode |
| 400 | "Toggle Auto-insert mode. | 400 | "Toggle Auto-insert mode, a global minor mode. |
| 401 | With prefix ARG, turn Auto-insert mode on if and only if ARG is positive. | 401 | With a prefix argument ARG, enable Auto-insert mode if ARG is |
| 402 | Returns the new status of Auto-insert mode (non-nil means on). | 402 | positive, and disable it otherwise. If called from Lisp, enable |
| 403 | the mode if ARG is omitted or nil. | ||
| 403 | 404 | ||
| 404 | When Auto-insert mode is enabled, when new files are created you can | 405 | When Auto-insert mode is enabled, when new files are created you can |
| 405 | insert a template for the file depending on the mode of the buffer." | 406 | insert a template for the file depending on the mode of the buffer." |