comparison lisp/progmodes/compile.el @ 56687:fb266772e0e7

(compilation-mode): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Aug 2004 22:44:56 +0000
parents 0faa9af73cb1
children c77183f170cf d8411455de48
comparison
equal deleted inserted replaced
56686:c28ce21eb5ae 56687:fb266772e0e7
1099 "Major mode for compilation log buffers. 1099 "Major mode for compilation log buffers.
1100 \\<compilation-mode-map>To visit the source for a line-numbered error, 1100 \\<compilation-mode-map>To visit the source for a line-numbered error,
1101 move point to the error message line and type \\[compile-goto-error]. 1101 move point to the error message line and type \\[compile-goto-error].
1102 To kill the compilation, type \\[kill-compilation]. 1102 To kill the compilation, type \\[kill-compilation].
1103 1103
1104 Runs `compilation-mode-hook' with `run-hooks' (which see)." 1104 Runs `compilation-mode-hook' with `run-hooks' (which see).
1105
1106 \\{compilation-mode-map}"
1105 (interactive) 1107 (interactive)
1106 (kill-all-local-variables) 1108 (kill-all-local-variables)
1107 (use-local-map compilation-mode-map) 1109 (use-local-map compilation-mode-map)
1108 (setq major-mode 'compilation-mode 1110 (setq major-mode 'compilation-mode
1109 mode-name "Compilation") 1111 mode-name "Compilation")