From 75f9d62502121ee19b92611bcca4e74a14548dcc Mon Sep 17 00:00:00 2001 From: "David J. MacKenzie" Date: Thu, 19 Aug 1993 22:29:35 +0000 Subject: [PATCH] comment fix --- src/xfns.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xfns.c b/src/xfns.c index 5da5acf62b9..1997d4ff626 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -995,12 +995,12 @@ x_set_menu_bar_lines (f, value, oldval) x_set_menu_bar_lines_1 (f->root_window, nlines - olines); } -/* Change the name of frame F to ARG. If ARG is nil, set F's name to +/* Change the name of frame F to NAME. If NAME is nil, set F's name to x_id_name. If EXPLICIT is non-zero, that indicates that lisp code is setting the - name; if ARG is a string, set F's name to ARG and set - F->explicit_name; if ARG is Qnil, then clear F->explicit_name. + 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 -- 2.39.5