aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
authorBill Wohler2013-03-02 14:55:12 -0800
committerBill Wohler2013-03-02 14:55:12 -0800
commitaef2281c76c1a6ec9cb988b8c339a1ed569f1114 (patch)
treeee1503fffe75c38cc306ad85ca594a5ee2ee27dc /src/window.c
parent21733e4f154f8830fa568a347a0d6dbd59793c2b (diff)
parent2db41375423b6a48a55df2c5922bb2813319f06f (diff)
downloademacs-aef2281c76c1a6ec9cb988b8c339a1ed569f1114.tar.gz
emacs-aef2281c76c1a6ec9cb988b8c339a1ed569f1114.zip
Merge from trunk; up to 2013-03-02T21:05:52Z!eggert@cs.ucla.edu.
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