diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-14 18:32:45 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-05-14 18:32:45 +0000 |
commit | a5079d402201530a255a6d8814b27427a0e1ab8d (patch) | |
tree | 3a4d4ca50b47a3d1c4e29272aee59f492d59aa10 /lisp/emacs-lisp/derived.el | |
parent | e0ad342f6724bcd71f73ad5cbf7336cc561e9d25 (diff) | |
download | emacs-a5079d402201530a255a6d8814b27427a0e1ab8d.tar.gz |
(define-derived-mode): Add link to Elisp manual to docstring.
Diffstat (limited to 'lisp/emacs-lisp/derived.el')
-rw-r--r-- | lisp/emacs-lisp/derived.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/derived.el b/lisp/emacs-lisp/derived.el index a10b8546d03..c00028ad218 100644 --- a/lisp/emacs-lisp/derived.el +++ b/lisp/emacs-lisp/derived.el @@ -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))) |