From: Bastien Guerry Date: Sun, 26 Jul 2009 19:20:51 +0000 (+0000) Subject: Docstring cleanup: use "mouse pointer" instead of "mouse cursor". X-Git-Tag: emacs-pretest-23.1.90~2018 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e343066fb12414b7834ec95b9a7e048fd6004280;p=emacs.git Docstring cleanup: use "mouse pointer" instead of "mouse cursor". --- diff --git a/lisp/frame.el b/lisp/frame.el index 549fb8933d5..35cbbfbe1a2 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -863,7 +863,7 @@ the user during startup." (defun select-frame-set-input-focus (frame) "Select FRAME, raise it, and set input focus, if possible. -If `mouse-autoselect-window' is non-nil, also move mouse cursor +If `mouse-autoselect-window' is non-nil, also move mouse pointer to FRAME's selected window. Otherwise, if `focus-follows-mouse' is non-nil, move mouse cursor to FRAME." (select-frame frame)