From b96028676212ff2a63baaf7087cd88fdc60f907b Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Thu, 13 Jul 2006 23:43:20 +0000 Subject: [PATCH] * display.texi (Displaying Messages): Add anchor. * frames.texi (Dialog Boxes): Use it. --- lispref/display.texi | 1 + lispref/frames.texi | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lispref/display.texi b/lispref/display.texi index 701957c8ad5..5687091a31f 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -279,6 +279,7 @@ You can force use of the mouse or of the echo area by binding @end defun @defun message-box format-string &rest arguments +@anchor{message-box} This function displays a message like @code{message}, but uses a dialog box (or a pop-up menu) whenever that is possible. If it is impossible to use a dialog box or pop-up menu, because the terminal does not diff --git a/lispref/frames.texi b/lispref/frames.texi index 51d83de8d94..6652c0d6eb7 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1557,7 +1557,7 @@ window don't matter; only the frame matters. If @var{header} is non-@code{nil}, the frame title for the box is @samp{Information}, otherwise it is @samp{Question}. The former is used -for @code{message-box} (@pxref{The Echo Area}). +for @code{message-box} (@pxref{message-box}). In some configurations, Emacs cannot display a real dialog box; so instead it displays the same items in a pop-up menu in the center of the -- 2.39.2