]> git.eshelyaron.com Git - emacs.git/commitdiff
(define-derived-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 17:58:58 +0000 (17:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 11 Nov 2001 17:58:58 +0000 (17:58 +0000)
lisp/derived.el

index 25b65bb1b1a720c0d8b5552ff1fd799e41a0446b..f4b7e73088b6415f9f22d21a2db3a5f67d7818f6 100644 (file)
@@ -124,7 +124,7 @@ NAME:      a string which will appear in the status line (e.g. \"Hypertext\")
 DOCSTRING: an optional documentation string--if you do not supply one,
            the function will attempt to invent something useful.
 BODY:      forms to execute just before running the
-           hooks for the new mode.
+           hooks for the new mode.  Do not use `interactive' here.
 
 Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: