summaryrefslogtreecommitdiff
path: root/lisp/derived.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-01-11 17:27:35 +0000
committerRichard M. Stallman <rms@gnu.org>1995-01-11 17:27:35 +0000
commitea20496bebb234ed5ecabdbf4bf5f2ff39f0eba3 (patch)
treed86b67c95a3c75b57a791a0625e8e000c861abb5 /lisp/derived.el
parenta1c31fb043935c81505add3efe929383aca4c72c (diff)
downloademacs-ea20496bebb234ed5ecabdbf4bf5f2ff39f0eba3.tar.gz
(define-derived-mode): Doc fix.
Diffstat (limited to 'lisp/derived.el')
-rw-r--r--lisp/derived.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/derived.el b/lisp/derived.el
index 83b114c0f1f..f48156a1010 100644
--- a/lisp/derived.el
+++ b/lisp/derived.el
@@ -106,8 +106,8 @@
The arguments to this command are as follow:
-PARENT: the name of the command for the parent mode (ie. text-mode).
CHILD: the name of the command for the derived mode.
+PARENT: the name of the command for the parent mode (ie. text-mode).
NAME: a string which will appear in the status line (ie. \"Hypertext\")
DOCSTRING: an optional documentation string--if you do not supply one,
the function will attempt to invent something useful.