]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-mode-hook, compilation-mode): Doc fix.
authorJuri Linkov <juri@jurta.org>
Sat, 9 Jul 2005 20:45:26 +0000 (20:45 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 9 Jul 2005 20:45:26 +0000 (20:45 +0000)
lisp/progmodes/compile.el

index 21e7c74e9653490b4a34c928acf6b835de44ea11..d3cbf14222225067f63b12a2338fffd2afee34de 100644 (file)
@@ -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)