aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-07-09 20:45:26 +0000
committerJuri Linkov <[email protected]>2005-07-09 20:45:26 +0000
commit2894bd96e02ed21f81e59c93fedbdd9158abc58e (patch)
treeb27dcbc51ecd661285c9f95c984888c0578bd1bb
parent884b7f9dacfcd9547db42353cdc77c8b8636201a (diff)
(compilation-mode-hook, compilation-mode): Doc fix.
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 21e7c74e96..d3cbf14222 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -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 @@ from a different message."
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)