From: Richard M. Stallman Date: Wed, 11 Jan 1995 17:27:35 +0000 (+0000) Subject: (define-derived-mode): Doc fix. X-Git-Tag: emacs-19.34~5457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b410da764ff2df0e05373361f902939d3065f13;p=emacs.git (define-derived-mode): Doc fix. --- 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.