summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2009-07-26 19:20:51 +0000
committerBastien Guerry <bzg@altern.org>2009-07-26 19:20:51 +0000
commite343066fb12414b7834ec95b9a7e048fd6004280 (patch)
tree24422b9a537ccab09fc6a4c793bde7758810e07e
parent3bfabe2531f6515086eb8f522775f945e0bc347f (diff)
downloademacs-e343066fb12414b7834ec95b9a7e048fd6004280.tar.gz
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."
(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)