(define-derived-mode): Add link to Elisp manual to docstring.

This commit is contained in:
Luc Teirlinck 2005-05-14 18:32:45 +00:00
parent e0ad342f67
commit a5079d4022

View file

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