]> code.delx.au - gnu-emacs/commitdiff
(define-derived-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Jan 1995 17:27:35 +0000 (17:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Jan 1995 17:27:35 +0000 (17:27 +0000)
lisp/derived.el

index 83b114c0f1f89c66c09d492d5a8a0a3165bcda31..f48156a101073b4987acfad486e9e06ccb51dc41 100644 (file)
 
 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.