From: Bastien Guerry Date: Tue, 26 Feb 2013 14:28:37 +0000 (+0100) Subject: * window.c (Frecenter): Tiny docstring enhancement. X-Git-Tag: emacs-24.3.90~173^2~6^2~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b166f0908a04456bd91a42274a42d401b79c24d;p=emacs.git * window.c (Frecenter): Tiny docstring enhancement. --- 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.)