]> code.delx.au - gnu-emacs/commitdiff
(compilation-mode): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 16 Aug 2004 22:44:56 +0000 (22:44 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 16 Aug 2004 22:44:56 +0000 (22:44 +0000)
lisp/progmodes/compile.el

index 033ce883e5f12ae83f1b0ee34627701fa52076df..32fa246b9f6c6bdf050a1a5e199a27e22e65bceb 100644 (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)