diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 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 | { |