* window.c (Frecenter): Tiny docstring enhancement.

This commit is contained in:
Bastien Guerry 2013-02-26 15:28:37 +01:00
parent 58bd4aa21a
commit 3b166f0908
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-02-26 Bastien Guerry <bzg@gnu.org>
* window.c (Frecenter): Tiny docstring enhancement.
2013-02-26 Paul Eggert <eggert@cs.ucla.edu>
Minor textprop integer cleanup.

View file

@ -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.)