aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-11 17:58:58 +0000
committerRichard M. Stallman2001-11-11 17:58:58 +0000
commit4c82860aaea897c5b9573dd003d83a45f5e8f4d2 (patch)
tree45e25a3e5d6988f0096cbeafab9e5c46e6ee561a
parent3aa2f38a88e9ddb97ea6ff0c99578a89fdef3885 (diff)
downloademacs-4c82860aaea897c5b9573dd003d83a45f5e8f4d2.tar.gz
emacs-4c82860aaea897c5b9573dd003d83a45f5e8f4d2.zip
(define-derived-mode): Doc fix.
-rw-r--r--lisp/derived.el2
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\")
124DOCSTRING: an optional documentation string--if you do not supply one, 124DOCSTRING: 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.
126BODY: forms to execute just before running the 126BODY: 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
129Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode: 129Here is how you could define LaTeX-Thesis mode as a variant of LaTeX mode:
130 130