(define-derived-mode): Add link to Elisp manual to docstring.
This commit is contained in:
parent
e0ad342f67
commit
a5079d4022
1 changed files with 3 additions and 1 deletions
|
@ -158,7 +158,9 @@ Note that if the documentation string had been left out, it would have
|
|||
been generated automatically, with a reference to the keymap.
|
||||
|
||||
The new mode runs the hook constructed by the function
|
||||
`derived-mode-hook-name'."
|
||||
`derived-mode-hook-name'.
|
||||
|
||||
See Info node `(elisp)Derived Modes' for more details."
|
||||
(declare (debug (&define name symbolp sexp [&optional stringp]
|
||||
[&rest keywordp sexp] def-body)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue