From 4524cb1c30ffb2402c782269e078fa571f65f341 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Aug 1993 05:54:55 +0000 Subject: [PATCH] (Fset_frame_position): Doc fix. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frame.c b/src/frame.c index 24d36115b6d..553ee9e0bb5 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1376,7 +1376,7 @@ DEFUN ("set-frame-position", Fset_frame_position, "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; { -- 2.39.5