changeset 40917:b5584ab9e544

(define-derived-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 11 Nov 2001 17:58:58 +0000
parents 4a749a84888c
children 5cd92021d055
files lisp/derived.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: