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:
parent
83709c9f91
commit
199b51e6df
1 changed files with 1 additions and 1 deletions
|
|
@ -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."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue