From 3b166f0908a04456bd91a42274a42d401b79c24d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 26 Feb 2013 15:28:37 +0100 Subject: [PATCH] * window.c (Frecenter): Tiny docstring enhancement. --- src/ChangeLog | 4 ++++ src/window.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 8636e36962e..5e3112a26af 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-02-26 Bastien Guerry + + * window.c (Frecenter): Tiny docstring enhancement. + 2013-02-26 Paul Eggert Minor textprop integer cleanup. 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) 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.) -- 2.39.2