From e343066fb12414b7834ec95b9a7e048fd6004280 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 26 Jul 2009 19:20:51 +0000 Subject: [PATCH] Docstring cleanup: use "mouse pointer" instead of "mouse cursor". --- lisp/frame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/frame.el b/lisp/frame.el index 549fb8933d..35cbbfbe1a 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) -- 2.20.1