From 6b410da764ff2df0e05373361f902939d3065f13 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Jan 1995 17:27:35 +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 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. -- 2.39.5