diff options
| author | Richard M. Stallman | 1995-01-11 17:27:35 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-01-11 17:27:35 +0000 |
| commit | 6b410da764ff2df0e05373361f902939d3065f13 (patch) | |
| tree | ecef7f8fecb6fb5420d98bb2a3b209eb1c370d8a | |
| parent | e42a4b863a18873535018118ffb886c6176ca801 (diff) | |
| download | emacs-6b410da764ff2df0e05373361f902939d3065f13.tar.gz emacs-6b410da764ff2df0e05373361f902939d3065f13.zip | |
(define-derived-mode): Doc fix.
| -rw-r--r-- | lisp/derived.el | 2 |
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 | ||
| 107 | The arguments to this command are as follow: | 107 | The arguments to this command are as follow: |
| 108 | 108 | ||
| 109 | PARENT: the name of the command for the parent mode (ie. text-mode). | ||
| 110 | CHILD: the name of the command for the derived mode. | 109 | CHILD: the name of the command for the derived mode. |
| 110 | PARENT: the name of the command for the parent mode (ie. text-mode). | ||
| 111 | NAME: a string which will appear in the status line (ie. \"Hypertext\") | 111 | NAME: a string which will appear in the status line (ie. \"Hypertext\") |
| 112 | DOCSTRING: an optional documentation string--if you do not supply one, | 112 | DOCSTRING: 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. |