Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4524cb1c
Commit
4524cb1c
authored
Aug 02, 1993
by
Richard M. Stallman
Browse files
(Fset_frame_position): Doc fix.
parent
47082fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/frame.c
src/frame.c
+1
-1
No files found.
src/frame.c
View file @
4524cb1c
...
...
@@ -1376,7 +1376,7 @@ DEFUN ("set-frame-position", Fset_frame_position,
"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
lef
tmost or bottommost possible position (that stays within the screen)."
)
the
righ
tmost or bottommost possible position (that stays within the screen)."
)
(
frame
,
xoffset
,
yoffset
)
Lisp_Object
frame
,
xoffset
,
yoffset
;
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment