(compilation-mode): Doc fix.

This commit is contained in:
Richard M. Stallman 2004-08-16 22:44:56 +00:00
parent 06f308a7e2
commit 8ff2ed527d

View file

@ -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)