Mercurial > emacs
diff src/window.c @ 35015:ad30dea71688
(Frecenter): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 03 Jan 2001 00:31:18 +0000 |
| parents | ad94ea6e6549 |
| children | 1d27d92c76d2 |
line wrap: on
line diff
--- a/src/window.c Wed Jan 03 00:30:59 2001 +0000 +++ b/src/window.c Wed Jan 03 00:31:18 2001 +0000 @@ -4431,7 +4431,6 @@ - XINT (arg))); } - /* Value is the number of lines actually displayed in window W, as opposed to its height. */ @@ -4480,11 +4479,15 @@ DEFUN ("recenter", Frecenter, Srecenter, 0, 1, "P", - "Center point in window and redisplay frame. With ARG, put point on line ARG.\n\ -The desired position of point is always relative to the current window.\n\ -Just C-u as prefix means put point in the center of the window.\n\ -If ARG is omitted or nil, erases the entire frame and then\n\ -redraws with point in the center of the current window.") + "Center point in window and redisplay frame.\n\ +With prefix argument ARG, recenter putting point on screen line ARG\n\ +relative to the current window. If ARG is negative, it counts up from the\n\ +bottom of the window. (ARG should be less than the height of the window.)\n\ +\n\ +If ARG is omitted or nil, erase the entire frame and then\n\ +redraw with point in the center of the current window.\n\ +Just C-u as prefix means put point in the center of the window\n\ +and redisplay normally--don't erase and redraw the frame.") (arg) register Lisp_Object arg; {
