diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-08-16 22:44:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-08-16 22:44:56 +0000 |
commit | 8ff2ed527d8c7164a110f1cae9cd3f0140751f8b (patch) | |
tree | 8489a75fccb94d2d8611ecd2f9f2e84a8a376147 | |
parent | 06f308a7e2a68c82627b1dc5fb1f0e760f7a52d0 (diff) | |
download | emacs-8ff2ed527d8c7164a110f1cae9cd3f0140751f8b.tar.gz emacs-8ff2ed527d8c7164a110f1cae9cd3f0140751f8b.tar.bz2 emacs-8ff2ed527d8c7164a110f1cae9cd3f0140751f8b.zip |
(compilation-mode): Doc fix.
-rw-r--r-- | lisp/progmodes/compile.el | 4 |
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." 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) |