1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-14 16:50:58 +00:00

(define-derived-mode): Doc fix.

This commit is contained in:
Richard M. Stallman 1995-01-11 17:27:35 +00:00
parent e42a4b863a
commit 6b410da764

View File

@ -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.