comparison 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
comparison
equal deleted inserted replaced
4411:cde0e3c3b642 4412:12c4e5b53463
1374 DEFUN ("set-frame-position", Fset_frame_position, 1374 DEFUN ("set-frame-position", Fset_frame_position,
1375 Sset_frame_position, 3, 3, 0, 1375 Sset_frame_position, 3, 3, 0,
1376 "Sets position of FRAME in pixels to XOFFSET by YOFFSET.\n\ 1376 "Sets position of FRAME in pixels to XOFFSET by YOFFSET.\n\
1377 This is actually the position of the upper left corner of the frame.\n\ 1377 This is actually the position of the upper left corner of the frame.\n\
1378 Negative values for XOFFSET or YOFFSET are interpreted relative to\n\ 1378 Negative values for XOFFSET or YOFFSET are interpreted relative to\n\
1379 the leftmost or bottommost possible position (that stays within the screen).") 1379 the rightmost or bottommost possible position (that stays within the screen).")
1380 (frame, xoffset, yoffset) 1380 (frame, xoffset, yoffset)
1381 Lisp_Object frame, xoffset, yoffset; 1381 Lisp_Object frame, xoffset, yoffset;
1382 { 1382 {
1383 register struct frame *f; 1383 register struct frame *f;
1384 int mask; 1384 int mask;