diff src/window.c @ 201:eb5470882647 r20-3b27

Import from CVS: tag r20-3b27
author cvs
date Mon, 13 Aug 2007 10:01:22 +0200
parents a2f645c6b9f8
children 850242ba4a81
line wrap: on
line diff
--- a/src/window.c	Mon Aug 13 10:00:35 2007 +0200
+++ b/src/window.c	Mon Aug 13 10:01:22 2007 +0200
@@ -4129,10 +4129,10 @@
 }
 
 DEFUN ("recenter", Frecenter, 0, 2, "_P", /*
-Center point in WINDOW and redisplay frame.  With ARG, put point on line ARG.
+Center point in WINDOW and redisplay frame.  With N, put point on line N.
 The desired position of point is always relative to the window.
 Just C-u as prefix means put point in the center of the window.
-No arg (i.e., it is nil) erases the entire frame and then
+No N (i.e., it is nil) erases the entire frame and then
 redraws with point in the center of the window.
 If WINDOW is nil, the selected window is used.
 */