diff src/frame.c @ 4412:12c4e5b53463

(Fset_frame_position): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 Aug 1993 05:54:55 +0000
parents d07ef5ea3b58
children 027d3affb2f8
line wrap: on
line diff
--- 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;
 {