# HG changeset patch # User Jim Blandy # Date 739906286 0 # Node ID f0e305fceb86580984e50ecab0f2af742db3f1a7 # Parent 8e83f20d0e39e56252beca0f4c5ddd14a8df2bcd Doc fix. diff -r 8e83f20d0e39 -r f0e305fceb86 src/frame.c --- a/src/frame.c Sat Jun 12 17:30:01 1993 +0000 +++ b/src/frame.c Sat Jun 12 17:31:26 1993 +0000 @@ -771,7 +771,7 @@ } 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; diff -r 8e83f20d0e39 -r f0e305fceb86 src/lisp.h --- a/src/lisp.h Sat Jun 12 17:30:01 1993 +0000 +++ b/src/lisp.h Sat Jun 12 17:31:26 1993 +0000 @@ -1257,7 +1257,7 @@ /* 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 */