# HG changeset patch # User Richard M. Stallman # Date 744270895 0 # Node ID 12c4e5b5346307af8df5f99cf3ed2c404d43fa73 # Parent cde0e3c3b642e7e1eda289d3542cc232ffc8ea47 (Fset_frame_position): Doc fix. diff -r cde0e3c3b642 -r 12c4e5b53463 src/frame.c --- a/src/frame.c Mon Aug 02 04:47:30 1993 +0000 +++ b/src/frame.c Mon Aug 02 05:54:55 1993 +0000 @@ -1376,7 +1376,7 @@ "Sets position of FRAME in pixels to XOFFSET by YOFFSET.\n\ This is actually the position of the upper left corner of the frame.\n\ Negative values for XOFFSET or YOFFSET are interpreted relative to\n\ -the leftmost or bottommost possible position (that stays within the screen).") +the rightmost or bottommost possible position (that stays within the screen).") (frame, xoffset, yoffset) Lisp_Object frame, xoffset, yoffset; {