changeset 79055:3d1946da128d

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Fri, 12 Oct 2007 08:49:20 +0000
parents dcfd2d0c6c47
children d678266f30ff
files src/xfns.c
diffstat 1 files changed, 1 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Fri Oct 12 08:48:05 2007 +0000
+++ b/src/xfns.c	Fri Oct 12 08:49:20 2007 +0000
@@ -1764,15 +1764,7 @@
 }
 
 /* Change the title of frame F to NAME.
-   If NAME is nil, use the frame name as the title.
-
-   If EXPLICIT is non-zero, that indicates that lisp code is setting the
-       name; if NAME is a string, set F's name to NAME and set
-       F->explicit_name; if NAME is Qnil, then clear F->explicit_name.
-
-   If EXPLICIT is zero, that indicates that Emacs redisplay code is
-       suggesting a new name, which lisp code should override; if
-       F->explicit_name is set, ignore the new name; otherwise, set it.  */
+   If NAME is nil, use the frame name as the title.  */
 
 void
 x_set_title (f, name, old_name)