diff options
Diffstat (limited to 'src/window.c')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 587ed8365c6..687fe7fb940 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -5177,7 +5177,7 @@ displayed_window_lines (struct window *w) | |||
| 5177 | 5177 | ||
| 5178 | DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", | 5178 | DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", |
| 5179 | doc: /* Center point in selected window and maybe redisplay frame. | 5179 | doc: /* Center point in selected window and maybe redisplay frame. |
| 5180 | With prefix argument ARG, recenter putting point on screen line ARG | 5180 | With a numeric prefix argument ARG, recenter putting point on screen line ARG |
| 5181 | relative to the selected window. If ARG is negative, it counts up from the | 5181 | relative to the selected window. If ARG is negative, it counts up from the |
| 5182 | bottom of the window. (ARG should be less than the height of the window.) | 5182 | bottom of the window. (ARG should be less than the height of the window.) |
| 5183 | 5183 | ||