aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index ea1dd93711c..c2da2e8637a 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5173,7 +5173,7 @@ displayed_window_lines (struct window *w)
5173 5173
5174DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", 5174DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
5175 doc: /* Center point in selected window and maybe redisplay frame. 5175 doc: /* Center point in selected window and maybe redisplay frame.
5176With prefix argument ARG, recenter putting point on screen line ARG 5176With a numeric prefix argument ARG, recenter putting point on screen line ARG
5177relative to the selected window. If ARG is negative, it counts up from the 5177relative to the selected window. If ARG is negative, it counts up from the
5178bottom of the window. (ARG should be less than the height of the window.) 5178bottom of the window. (ARG should be less than the height of the window.)
5179 5179