diff options
author | Bastien Guerry <bzg@altern.org> | 2009-07-26 19:20:51 +0000 |
---|---|---|
committer | Bastien Guerry <bzg@altern.org> | 2009-07-26 19:20:51 +0000 |
commit | e343066fb12414b7834ec95b9a7e048fd6004280 (patch) | |
tree | 24422b9a537ccab09fc6a4c793bde7758810e07e /lisp/frame.el | |
parent | 3bfabe2531f6515086eb8f522775f945e0bc347f (diff) | |
download | emacs-e343066fb12414b7834ec95b9a7e048fd6004280.tar.gz |
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".
Diffstat (limited to 'lisp/frame.el')
-rw-r--r-- | lisp/frame.el | 2 |
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) |