From 4c82860aaea897c5b9573dd003d83a45f5e8f4d2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 11 Nov 2001 17:58:58 +0000 Subject: [PATCH] (define-derived-mode): Doc fix. --- lisp/derived.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\") 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: -- 2.39.2