changeset 10401:598ca194bb60

(define-derived-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Jan 1995 17:27:35 +0000
parents 2743977604b1
children 4f4177cd49b1
files lisp/derived.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/derived.el	Wed Jan 11 04:44:10 1995 +0000
+++ b/lisp/derived.el	Wed Jan 11 17:27:35 1995 +0000
@@ -106,8 +106,8 @@
 
 The arguments to this command are as follow:
 
+CHILD:     the name of the command for the derived mode.
 PARENT:    the name of the command for the parent mode (ie. text-mode).
-CHILD:     the name of the command for the derived 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.