diff --git a/lisp/derived.el b/lisp/derived.el index f4b7e73088b..13e18548321 100644 --- a/lisp/derived.el +++ b/lisp/derived.el @@ -205,7 +205,7 @@ been generated automatically, with a reference to the keymap." ;; PUBLIC: find if the current mode derives from another. -;;; ;;;###autoload +;;;###autoload (defun derived-mode-p (&rest modes) "Non-nil if the current major mode is derived from one of MODES. Uses the `derived-mode-parent' property of the symbol to trace backwards."