]> code.delx.au - gnu-emacs/blobdiff - src/macfns.c
Merge from emacs--rel--22
[gnu-emacs] / src / macfns.c
index fdc5c7e592050de08268ad80120d5609a15f1b2e..6a12c071ceef98c20cfe7f4c83e79dc08efcbc6b 100644 (file)
@@ -1868,15 +1868,7 @@ x_implicitly_set_name (f, arg, oldval)
 }
 \f
 /* 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)