diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 53237cafb13..c74c2c570ca 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -624,7 +624,7 @@ Setting it causes the compilation-mode commands to put point at the | |||
| 624 | end of their output window so that the end of the output is always | 624 | end of their output window so that the end of the output is always |
| 625 | visible rather than the begining." | 625 | visible rather than the begining." |
| 626 | :type 'boolean | 626 | :type 'boolean |
| 627 | :version 20.3 | 627 | :version "20.3" |
| 628 | :group 'compilation) | 628 | :group 'compilation) |
| 629 | 629 | ||
| 630 | (defun compile-internal (command error-message | 630 | (defun compile-internal (command error-message |