aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1993-08-02 05:54:55 +0000
committerRichard M. Stallman1993-08-02 05:54:55 +0000
commit4524cb1c30ffb2402c782269e078fa571f65f341 (patch)
tree1d4e7d1b5f8dcae546679878377a9b279fb989ec
parent47082fcd1b3eccac4e934795bcec9b5192f068e2 (diff)
downloademacs-4524cb1c30ffb2402c782269e078fa571f65f341.tar.gz
emacs-4524cb1c30ffb2402c782269e078fa571f65f341.zip
(Fset_frame_position): Doc fix.
-rw-r--r--src/frame.c2
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\
1377This is actually the position of the upper left corner of the frame.\n\ 1377This is actually the position of the upper left corner of the frame.\n\
1378Negative values for XOFFSET or YOFFSET are interpreted relative to\n\ 1378Negative values for XOFFSET or YOFFSET are interpreted relative to\n\
1379the leftmost or bottommost possible position (that stays within the screen).") 1379the 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{