aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-08-16 22:44:56 +0000
committerRichard M. Stallman2004-08-16 22:44:56 +0000
commit8ff2ed527d8c7164a110f1cae9cd3f0140751f8b (patch)
tree8489a75fccb94d2d8611ecd2f9f2e84a8a376147
parent06f308a7e2a68c82627b1dc5fb1f0e760f7a52d0 (diff)
downloademacs-8ff2ed527d8c7164a110f1cae9cd3f0140751f8b.tar.gz
emacs-8ff2ed527d8c7164a110f1cae9cd3f0140751f8b.zip
(compilation-mode): Doc fix.
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 033ce883e5f..32fa246b9f6 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1101,7 +1101,9 @@ from a different message."
1101move point to the error message line and type \\[compile-goto-error]. 1101move point to the error message line and type \\[compile-goto-error].
1102To kill the compilation, type \\[kill-compilation]. 1102To kill the compilation, type \\[kill-compilation].
1103 1103
1104Runs `compilation-mode-hook' with `run-hooks' (which see)." 1104Runs `compilation-mode-hook' with `run-hooks' (which see).
1105
1106\\{compilation-mode-map}"
1105 (interactive) 1107 (interactive)
1106 (kill-all-local-variables) 1108 (kill-all-local-variables)
1107 (use-local-map compilation-mode-map) 1109 (use-local-map compilation-mode-map)