mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
(compilation-mode-hook, compilation-mode): Doc fix.
This commit is contained in:
parent
884b7f9dac
commit
2894bd96e0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user