1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-16 02:50:26 -08: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. ;; PUBLIC: find if the current mode derives from another.
;;; ;;;###autoload ;;;###autoload
(defun derived-mode-p (&rest modes) (defun derived-mode-p (&rest modes)
"Non-nil if the current major mode is derived from one of 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." Uses the `derived-mode-parent' property of the symbol to trace backwards."