aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2005-07-09 20:45:26 +0000
committerJuri Linkov2005-07-09 20:45:26 +0000
commit2894bd96e02ed21f81e59c93fedbdd9158abc58e (patch)
treeb27dcbc51ecd661285c9f95c984888c0578bd1bb
parent884b7f9dacfcd9547db42353cdc77c8b8636201a (diff)
downloademacs-2894bd96e02ed21f81e59c93fedbdd9158abc58e.tar.gz
emacs-2894bd96e02ed21f81e59c93fedbdd9158abc58e.zip
(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 21e7c74e965..d3cbf142222 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -78,7 +78,7 @@
78 78
79;;;###autoload 79;;;###autoload
80(defcustom compilation-mode-hook nil 80(defcustom compilation-mode-hook nil
81 "*List of hook functions run by `compilation-mode' (see `run-hooks')." 81 "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')."
82 :type 'hook 82 :type 'hook
83 :group 'compilation) 83 :group 'compilation)
84 84
@@ -1213,7 +1213,7 @@ from a different message."
1213move point to the error message line and type \\[compile-goto-error]. 1213move point to the error message line and type \\[compile-goto-error].
1214To kill the compilation, type \\[kill-compilation]. 1214To kill the compilation, type \\[kill-compilation].
1215 1215
1216Runs `compilation-mode-hook' with `run-hooks' (which see). 1216Runs `compilation-mode-hook' with `run-mode-hooks' (which see).
1217 1217
1218\\{compilation-mode-map}" 1218\\{compilation-mode-map}"
1219 (interactive) 1219 (interactive)