X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/decb374a426c8d095d144829791305d91a26b7b7..b2529d56b5126319a1659dc1530d6fc102cc21d6:/src/xfns.c diff --git a/src/xfns.c b/src/xfns.c index fd59953fe7..fe4d1c8335 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1778,15 +1778,7 @@ x_implicitly_set_name (f, arg, oldval) } /* 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)