aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2001-11-15 21:46:12 +0000
committerPavel Janík2001-11-15 21:46:12 +0000
commit199b51e6df5245a917009eb5b5b927bc6e343a76 (patch)
tree5d052a203f0bfd8ae5ba84452776257795133eae
parent83709c9f9134ddaa59434d136ab80e20b040e8f9 (diff)
downloademacs-199b51e6df5245a917009eb5b5b927bc6e343a76.tar.gz
emacs-199b51e6df5245a917009eb5b5b927bc6e343a76.zip
Fix autoload cookie.
-rw-r--r--lisp/derived.el2
1 files changed, 1 insertions, 1 deletions
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."
205 205
206;; PUBLIC: find if the current mode derives from another. 206;; PUBLIC: find if the current mode derives from another.
207 207
208;;; ;;;###autoload 208;;;###autoload
209(defun derived-mode-p (&rest modes) 209(defun derived-mode-p (&rest modes)
210 "Non-nil if the current major mode is derived from one of MODES. 210 "Non-nil if the current major mode is derived from one of MODES.
211Uses the `derived-mode-parent' property of the symbol to trace backwards." 211Uses the `derived-mode-parent' property of the symbol to trace backwards."