# HG changeset patch # User Richard M. Stallman # Date 1092696296 0 # Node ID fb266772e0e7232686660c920202a76fa637d7a6 # Parent c28ce21eb5aee75a62c916d7f0ecd1f4cb9ff2fe (compilation-mode): Doc fix. diff -r c28ce21eb5ae -r fb266772e0e7 lisp/progmodes/compile.el --- 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)