diff options
| author | Bastien Guerry | 2009-07-26 19:20:51 +0000 |
|---|---|---|
| committer | Bastien Guerry | 2009-07-26 19:20:51 +0000 |
| commit | e343066fb12414b7834ec95b9a7e048fd6004280 (patch) | |
| tree | 24422b9a537ccab09fc6a4c793bde7758810e07e | |
| parent | 3bfabe2531f6515086eb8f522775f945e0bc347f (diff) | |
| download | emacs-e343066fb12414b7834ec95b9a7e048fd6004280.tar.gz emacs-e343066fb12414b7834ec95b9a7e048fd6004280.zip | |
Docstring cleanup: use "mouse pointer" instead of "mouse cursor".
| -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." | |||
| 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. |
| 866 | If `mouse-autoselect-window' is non-nil, also move mouse cursor | 866 | If `mouse-autoselect-window' is non-nil, also move mouse pointer |
| 867 | to FRAME's selected window. Otherwise, if `focus-follows-mouse' | 867 | to FRAME's selected window. Otherwise, if `focus-follows-mouse' |
| 868 | is non-nil, move mouse cursor to FRAME." | 868 | is non-nil, move mouse cursor to FRAME." |
| 869 | (select-frame frame) | 869 | (select-frame frame) |