emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src frame.c


From: Bastien Guerry
Subject: [Emacs-diffs] emacs/src frame.c
Date: Sun, 26 Jul 2009 19:16:16 +0000

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

Modified files:
        src            : frame.c 

Log message:
        Slightly fix the docstring of `select-frame'.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/frame.c?cvsroot=emacs&r1=1.423&r2=1.424

Patches:
Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.423
retrieving revision 1.424
diff -u -b -r1.423 -r1.424
--- frame.c     3 Jul 2009 11:07:10 -0000       1.423
+++ frame.c     26 Jul 2009 19:16:16 -0000      1.424
@@ -891,9 +891,9 @@
 something to select a different frame, or until the next time
 this function is called.  If you are using a window system, the
 previously selected frame may be restored as the selected frame
-after return to the command loop, because it still may have the
-window system's input focus.  On a text-only terminal, the next
-redisplay will display FRAME.
+when returning to the command loop, because it still may have 
+the window system's input focus.  On a text-only terminal, the 
+next redisplay will display FRAME.
 
 This function returns FRAME, or nil if FRAME has been deleted.  */)
      (frame, norecord)




reply via email to

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