diff options
| -rw-r--r-- | src/frame.c | 2 | ||||
| -rw-r--r-- | src/lisp.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/frame.c b/src/frame.c index cbf4e96afa5..006e4dec781 100644 --- a/src/frame.c +++ b/src/frame.c | |||
| @@ -771,7 +771,7 @@ and nil for X and Y.") | |||
| 771 | } | 771 | } |
| 772 | 772 | ||
| 773 | DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, | 773 | DEFUN ("set-mouse-position", Fset_mouse_position, Sset_mouse_position, 3, 3, 0, |
| 774 | "Move the mouse pointer to the center of cell (X,Y) in FRAME.\n\ | 774 | "Move the mouse pointer to the center of character cell (X,Y) in FRAME.\n\ |
| 775 | WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") | 775 | WARNING: If you use this under X, you should do `unfocus-frame' afterwards.") |
| 776 | (frame, x, y) | 776 | (frame, x, y) |
| 777 | Lisp_Object frame, x, y; | 777 | Lisp_Object frame, x, y; |
diff --git a/src/lisp.h b/src/lisp.h index b7f5e0e20b2..7acf63d6be9 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1257,7 +1257,7 @@ extern Lisp_Object Frubber_band_rectangle (); | |||
| 1257 | /* defined in emacs.c */ | 1257 | /* defined in emacs.c */ |
| 1258 | extern Lisp_Object decode_env_path (); | 1258 | extern Lisp_Object decode_env_path (); |
| 1259 | extern Lisp_Object Vinvocation_name; | 1259 | extern Lisp_Object Vinvocation_name; |
| 1260 | void shut_down_emacs ( /* int signal */ ); | 1260 | void shut_down_emacs ( /* int signal, int no_x */ ); |
| 1261 | /* Nonzero means don't do interactive redisplay and don't change tty modes */ | 1261 | /* Nonzero means don't do interactive redisplay and don't change tty modes */ |
| 1262 | extern int noninteractive; | 1262 | extern int noninteractive; |
| 1263 | /* Nonzero means don't do use window-system-specific display code */ | 1263 | /* Nonzero means don't do use window-system-specific display code */ |