]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-text-mode): Use run-mode-hooks.
authorLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:41:52 +0000 (12:41 +0000)
committerLute Kamstra <lute@gnu.org>
Thu, 26 May 2005 12:41:52 +0000 (12:41 +0000)
lisp/descr-text.el

index f1e1e9b9cdde1d8b527e1b605cdfde097d7e800a..ce46b3f828d70d0c19c544452230380a5623f71e 100644 (file)
@@ -61,7 +61,7 @@ if that value is non-nil."
   (use-local-map describe-text-mode-map)
   (widget-setup)
   (add-hook 'change-major-mode-hook 'font-lock-defontify nil t)
-  (run-hooks 'describe-text-mode-hook))
+  (run-mode-hooks 'describe-text-mode-hook))
 
 ;;; Describe-Text Utilities.