aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorBastien Guerry <[email protected]>2013-02-26 15:28:37 +0100
committerBastien Guerry <[email protected]>2013-02-26 15:28:37 +0100
commit3b166f0908a04456bd91a42274a42d401b79c24d (patch)
tree029dfd479e6bc67f751743f8589ae092dcf99a3d /src/window.c
parent58bd4aa21a6847c0d32cac42ce3085082ef8bcb3 (diff)
* window.c (Frecenter): Tiny docstring enhancement.
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 ea1dd93711..c2da2e8637 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5173,7 +5173,7 @@ displayed_window_lines (struct window *w)
DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P",
doc: /* Center point in selected window and maybe redisplay frame.
-With prefix argument ARG, recenter putting point on screen line ARG
+With a numeric prefix argument ARG, recenter putting point on screen line ARG
relative to the selected window. If ARG is negative, it counts up from the
bottom of the window. (ARG should be less than the height of the window.)