aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastien Guerry2009-07-26 19:20:51 +0000
committerBastien Guerry2009-07-26 19:20:51 +0000
commite343066fb12414b7834ec95b9a7e048fd6004280 (patch)
tree24422b9a537ccab09fc6a4c793bde7758810e07e
parent3bfabe2531f6515086eb8f522775f945e0bc347f (diff)
downloademacs-e343066fb12414b7834ec95b9a7e048fd6004280.tar.gz
emacs-e343066fb12414b7834ec95b9a7e048fd6004280.zip
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".
-rw-r--r--lisp/frame.el2
1 files changed, 1 insertions, 1 deletions
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."
863 863
864(defun select-frame-set-input-focus (frame) 864(defun select-frame-set-input-focus (frame)
865 "Select FRAME, raise it, and set input focus, if possible. 865 "Select FRAME, raise it, and set input focus, if possible.
866If `mouse-autoselect-window' is non-nil, also move mouse cursor 866If `mouse-autoselect-window' is non-nil, also move mouse pointer
867to FRAME's selected window. Otherwise, if `focus-follows-mouse' 867to FRAME's selected window. Otherwise, if `focus-follows-mouse'
868is non-nil, move mouse cursor to FRAME." 868is non-nil, move mouse cursor to FRAME."
869 (select-frame frame) 869 (select-frame frame)