]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fset_frame_position): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1993 05:54:55 +0000 (05:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Aug 1993 05:54:55 +0000 (05:54 +0000)
src/frame.c

index 24d36115b6da7b0a8d54cf43e3cafd3654416d47..553ee9e0bb5728fc8b05418d0b6f51d44f4450ec 100644 (file)
@@ -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;
 {