Mercurial > emacs
changeset 4412:12c4e5b53463
(Fset_frame_position): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Aug 1993 05:54:55 +0000 |
parents | cde0e3c3b642 |
children | 5a00cec8e9b0 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; {