diff lisp/progmodes/compile.el @ 64194:76fced56e97e

(compilation-mode-hook, compilation-mode): Doc fix.
author Juri Linkov <juri@jurta.org>
date Sat, 09 Jul 2005 20:45:26 +0000
parents 18a818a2ee7c
children f3b002404592 fbb2bea03df9
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Jul 09 20:44:05 2005 +0000
+++ b/lisp/progmodes/compile.el	Sat Jul 09 20:45:26 2005 +0000
@@ -78,7 +78,7 @@
 
 ;;;###autoload
 (defcustom compilation-mode-hook nil
-  "*List of hook functions run by `compilation-mode' (see `run-hooks')."
+  "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
   :type 'hook
   :group 'compilation)
 
@@ -1213,7 +1213,7 @@
 move point to the error message line and type \\[compile-goto-error].
 To kill the compilation, type \\[kill-compilation].
 
-Runs `compilation-mode-hook' with `run-hooks' (which see).
+Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
 
 \\{compilation-mode-map}"
   (interactive)