diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-01-11 17:27:35 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-01-11 17:27:35 +0000 |
commit | ea20496bebb234ed5ecabdbf4bf5f2ff39f0eba3 (patch) | |
tree | d86b67c95a3c75b57a791a0625e8e000c861abb5 /lisp/derived.el | |
parent | a1c31fb043935c81505add3efe929383aca4c72c (diff) | |
download | emacs-ea20496bebb234ed5ecabdbf4bf5f2ff39f0eba3.tar.gz |
(define-derived-mode): Doc fix.
Diffstat (limited to 'lisp/derived.el')
-rw-r--r-- | lisp/derived.el | 2 |
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. |