# HG changeset patch # User Juri Linkov # Date 1120941926 0 # Node ID 76fced56e97ef9f37b91fe2d47a21dc371c1e70e # Parent 7fc36b055c0917c139fe25dd1b01e0426b5fef1d (compilation-mode-hook, compilation-mode): Doc fix. diff -r 7fc36b055c09 -r 76fced56e97e lisp/progmodes/compile.el --- 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)