1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

Fix autoload cookie.

This commit is contained in:
Pavel Janík 2001-11-15 21:46:12 +00:00
parent 83709c9f91
commit 199b51e6df

View File

@ -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."