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
1d7cc616
Commit
1d7cc616
authored
Jun 12, 1993
by
Jim Blandy
Browse files
Doc fix.
parent
4f90516b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/frame.c
src/frame.c
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/frame.c
View file @
1d7cc616
...
...
@@ -771,7 +771,7 @@ and nil for X and Y.")
}
DEFUN
(
"set-mouse-position"
,
Fset_mouse_position
,
Sset_mouse_position
,
3
,
3
,
0
,
"Move the mouse pointer to the center of cell (X,Y) in FRAME.
\n
\
"Move the mouse pointer to the center of
character
cell (X,Y) in FRAME.
\n
\
WARNING: If you use this under X, you should do `unfocus-frame' afterwards."
)
(
frame
,
x
,
y
)
Lisp_Object
frame
,
x
,
y
;
...
...
src/lisp.h
View file @
1d7cc616
...
...
@@ -1257,7 +1257,7 @@ extern Lisp_Object Frubber_band_rectangle ();
/* defined in emacs.c */
extern
Lisp_Object
decode_env_path
();
extern
Lisp_Object
Vinvocation_name
;
void
shut_down_emacs
(
/* int signal */
);
void
shut_down_emacs
(
/* int signal
, int no_x
*/
);
/* Nonzero means don't do interactive redisplay and don't change tty modes */
extern
int
noninteractive
;
/* Nonzero means don't do use window-system-specific display code */
...
...
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