diff lisp/derived.el @ 40917:b5584ab9e544

(define-derived-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Nov 2001 17:58:58 +0000
parents d184455da497
children 2ad569e99f97
line wrap: on
line diff
--- a/lisp/derived.el	Sun Nov 11 17:58:05 2001 +0000
+++ b/lisp/derived.el	Sun Nov 11 17:58:58 2001 +0000
@@ -124,7 +124,7 @@
 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: