1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00
This commit is contained in:
Jim Blandy 1993-06-12 17:31:26 +00:00
parent 4f90516b37
commit 1d7cc616b8
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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 */