diff options
| author | Juri Linkov | 2005-07-09 20:45:26 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-09 20:45:26 +0000 |
| commit | 2894bd96e02ed21f81e59c93fedbdd9158abc58e (patch) | |
| tree | b27dcbc51ecd661285c9f95c984888c0578bd1bb | |
| parent | 884b7f9dacfcd9547db42353cdc77c8b8636201a (diff) | |
| download | emacs-2894bd96e02ed21f81e59c93fedbdd9158abc58e.tar.gz emacs-2894bd96e02ed21f81e59c93fedbdd9158abc58e.zip | |
(compilation-mode-hook, compilation-mode): Doc fix.
| -rw-r--r-- | lisp/progmodes/compile.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 21e7c74e965..d3cbf142222 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -78,7 +78,7 @@ | |||
| 78 | 78 | ||
| 79 | ;;;###autoload | 79 | ;;;###autoload |
| 80 | (defcustom compilation-mode-hook nil | 80 | (defcustom compilation-mode-hook nil |
| 81 | "*List of hook functions run by `compilation-mode' (see `run-hooks')." | 81 | "*List of hook functions run by `compilation-mode' (see `run-mode-hooks')." |
| 82 | :type 'hook | 82 | :type 'hook |
| 83 | :group 'compilation) | 83 | :group 'compilation) |
| 84 | 84 | ||
| @@ -1213,7 +1213,7 @@ from a different message." | |||
| 1213 | move point to the error message line and type \\[compile-goto-error]. | 1213 | move point to the error message line and type \\[compile-goto-error]. |
| 1214 | To kill the compilation, type \\[kill-compilation]. | 1214 | To kill the compilation, type \\[kill-compilation]. |
| 1215 | 1215 | ||
| 1216 | Runs `compilation-mode-hook' with `run-hooks' (which see). | 1216 | Runs `compilation-mode-hook' with `run-mode-hooks' (which see). |
| 1217 | 1217 | ||
| 1218 | \\{compilation-mode-map}" | 1218 | \\{compilation-mode-map}" |
| 1219 | (interactive) | 1219 | (interactive) |