changeset 56687:fb266772e0e7

(compilation-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Aug 2004 22:44:56 +0000
parents c28ce21eb5ae
children 6eee795cb9eb
files lisp/progmodes/compile.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Mon Aug 16 22:44:11 2004 +0000
+++ b/lisp/progmodes/compile.el	Mon Aug 16 22:44:56 2004 +0000
@@ -1101,7 +1101,9 @@
 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)