From: Richard M. Stallman Date: Mon, 16 Aug 2004 22:44:56 +0000 (+0000) Subject: (compilation-mode): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ff2ed527d8c7164a110f1cae9cd3f0140751f8b;p=emacs.git (compilation-mode): Doc fix. --- 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)