(compilation-mode): Doc fix.
This commit is contained in:
parent
06f308a7e2
commit
8ff2ed527d
1 changed files with 3 additions and 1 deletions
|
@ -1101,7 +1101,9 @@ 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-hooks' (which see).
|
||||
|
||||
\\{compilation-mode-map}"
|
||||
(interactive)
|
||||
(kill-all-local-variables)
|
||||
(use-local-map compilation-mode-map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue