]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmove_to_window_line): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Aug 1998 03:16:57 +0000 (03:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Aug 1998 03:16:57 +0000 (03:16 +0000)
src/window.c

index 06d5fcf26fe2dd3466ac27a045404f5d4b6077d9..a297a177c4ec75e5eaa67b71341d3b4839e80479 100644 (file)
@@ -3195,8 +3195,8 @@ DEFUN ("move-to-window-line", Fmove_to_window_line, Smove_to_window_line,
   1, 1, "P",
   "Position point relative to window.\n\
 With no argument, position point at center of window.\n\
-An argument specifies frame line; zero means top of window,\n\
-negative means relative to bottom of window.")
+An argument specifies vertical position within the window;\n\
+zero means top of window, negative means relative to bottom of window.")
   (arg)
      register Lisp_Object arg;
 {