Mercurial > emacs
changeset 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 | 7fc36b055c09 |
children | c8096b015bf1 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)