aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorJoakim Verona2013-02-27 00:03:49 +0100
committerJoakim Verona2013-02-27 00:03:49 +0100
commit96fd57d9873b5c150e2632e5a1f60a78fac65aa8 (patch)
tree48261677f3fd1ca8b442918ba7237c4991d944fc /src/window.c
parent6f75e5103f0b1d6395fb5b0fea2a4a9c9f4601f7 (diff)
parent3b166f0908a04456bd91a42274a42d401b79c24d (diff)
downloademacs-96fd57d9873b5c150e2632e5a1f60a78fac65aa8.tar.gz
emacs-96fd57d9873b5c150e2632e5a1f60a78fac65aa8.zip
auto upstream
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 587ed8365c6..687fe7fb940 100644
--- a/src/window.c
+++ b/src/window.c
@@ -5177,7 +5177,7 @@ displayed_window_lines (struct window *w)
5177 5177
5178DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", 5178DEFUN ("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.
5180With prefix argument ARG, recenter putting point on screen line ARG 5180With a numeric prefix argument ARG, recenter putting point on screen line ARG
5181relative to the selected window. If ARG is negative, it counts up from the 5181relative to the selected window. If ARG is negative, it counts up from the
5182bottom of the window. (ARG should be less than the height of the window.) 5182bottom of the window. (ARG should be less than the height of the window.)
5183 5183