diff options
| -rw-r--r-- | lisp/derived.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/derived.el b/lisp/derived.el index 25b65bb1b1a..f4b7e73088b 100644 --- a/lisp/derived.el +++ b/lisp/derived.el | |||
| @@ -124,7 +124,7 @@ NAME: a string which will appear in the status line (e.g. \"Hypertext\") | |||
| 124 | DOCSTRING: an optional documentation string--if you do not supply one, | 124 | DOCSTRING: an optional documentation string--if you do not supply one, |
| 125 | the function will attempt to invent something useful. | 125 | the function will attempt to invent something useful. |
| 126 | BODY: forms to execute just before running the | 126 | BODY: forms to execute just before running the |
| 127 | hooks for the new mode. | 127 | hooks for the new mode. Do not use `interactive' here. |
| 128 | 128 | ||
| 129 | Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: | 129 | Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: |
| 130 | 130 | ||