From 090c98b4b644faf472287d0e2f7dd83d0828ce3e Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 24 May 2005 14:43:24 +0000 Subject: [PATCH] (Dialog Boxes): HEADER argument to `x-popup-dialog' is optional. --- lispref/frames.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/frames.texi b/lispref/frames.texi index 0d716c65d98..dc5257dd1aa 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1445,7 +1445,7 @@ force the user to acknowledge important information. The functions @code{y-or-n-p} and @code{yes-or-no-p} use dialog boxes instead of the keyboard, when called from commands invoked by mouse clicks. -@defun x-popup-dialog position contents header +@defun x-popup-dialog position contents &optional header This function displays a pop-up dialog box and returns an indication of what selection the user makes. The argument @var{contents} specifies the alternatives to offer; it has this format: -- 2.39.2