emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp frame.el


From: Bastien Guerry
Subject: [Emacs-diffs] emacs/lisp frame.el
Date: Sun, 26 Jul 2009 19:20:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Bastien Guerry <bastien1>       09/07/26 19:20:51

Modified files:
        lisp           : frame.el 

Log message:
        Docstring cleanup: use "mouse pointer" instead of "mouse cursor".

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/frame.el?cvsroot=emacs&r1=1.299&r2=1.300

Patches:
Index: frame.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/frame.el,v
retrieving revision 1.299
retrieving revision 1.300
diff -u -b -r1.299 -r1.300
--- frame.el    4 Jun 2009 14:46:27 -0000       1.299
+++ frame.el    26 Jul 2009 19:20:51 -0000      1.300
@@ -863,7 +863,7 @@
 
 (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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]