diff options
Diffstat (limited to 'lisp/progmodes/compile.el')
-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 197d52b2dea..718e6e44e04 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -2629,7 +2629,7 @@ region and the first line of the next region." "Display this many lines of leading context before the current message. If nil or t, and the left fringe is displayed, don't scroll the compilation output window; an arrow in the left fringe points to -the current message. With no left fringe, If nil, the message +the current message. With no left fringe, if nil, the message scrolls to the top of the window; there is no arrow. If t, don't scroll the compilation output window at all; an arrow before column zero points to the current message." |