aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-01-11 17:27:35 +0000
committerRichard M. Stallman1995-01-11 17:27:35 +0000
commit6b410da764ff2df0e05373361f902939d3065f13 (patch)
treeecef7f8fecb6fb5420d98bb2a3b209eb1c370d8a
parente42a4b863a18873535018118ffb886c6176ca801 (diff)
downloademacs-6b410da764ff2df0e05373361f902939d3065f13.tar.gz
emacs-6b410da764ff2df0e05373361f902939d3065f13.zip
(define-derived-mode): Doc fix.
-rw-r--r--lisp/derived.el2
1 files changed, 1 insertions, 1 deletions
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 @@
106 106
107The arguments to this command are as follow: 107The arguments to this command are as follow:
108 108
109PARENT: the name of the command for the parent mode (ie. text-mode).
110CHILD: the name of the command for the derived mode. 109CHILD: the name of the command for the derived mode.
110PARENT: the name of the command for the parent mode (ie. text-mode).
111NAME: a string which will appear in the status line (ie. \"Hypertext\") 111NAME: a string which will appear in the status line (ie. \"Hypertext\")
112DOCSTRING: an optional documentation string--if you do not supply one, 112DOCSTRING: an optional documentation string--if you do not supply one,
113 the function will attempt to invent something useful. 113 the function will attempt to invent something useful.