diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index cb92ab7c952..b1c7ee92b54 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -15806,7 +15806,7 @@ set_vertical_scroll_bar (struct window *w) | |||
| 15806 | redisplay itself, when it decides that the previous window start | 15806 | redisplay itself, when it decides that the previous window start |
| 15807 | point is fine and should be kept. Search for "goto force_start" | 15807 | point is fine and should be kept. Search for "goto force_start" |
| 15808 | below to see the details. Like the values of window-start | 15808 | below to see the details. Like the values of window-start |
| 15809 | specified outside of redisply, these internally deduced values | 15809 | specified outside of redisplay, these internally-deduced values |
| 15810 | are tested for feasibility, and ignored if found to be | 15810 | are tested for feasibility, and ignored if found to be |
| 15811 | unfeasible. | 15811 | unfeasible. |
| 15812 | 15812 | ||