diff options
| author | Richard M. Stallman | 1993-08-02 05:54:55 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-02 05:54:55 +0000 |
| commit | 4524cb1c30ffb2402c782269e078fa571f65f341 (patch) | |
| tree | 1d4e7d1b5f8dcae546679878377a9b279fb989ec | |
| parent | 47082fcd1b3eccac4e934795bcec9b5192f068e2 (diff) | |
| download | emacs-4524cb1c30ffb2402c782269e078fa571f65f341.tar.gz emacs-4524cb1c30ffb2402c782269e078fa571f65f341.zip | |
(Fset_frame_position): Doc fix.
| -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 | { |