# HG changeset patch # User Nick Roberts # Date 1152834200 0 # Node ID 98630b6d51a17b9a76475e43c6e9aedaf115e891 # Parent a646dc31210a8f4b05fa0dcdfd10e1196bc5be0b * display.texi (Displaying Messages): Add anchor. * frames.texi (Dialog Boxes): Use it. diff -r a646dc31210a -r 98630b6d51a1 lispref/display.texi --- a/lispref/display.texi Thu Jul 13 23:40:21 2006 +0000 +++ b/lispref/display.texi Thu Jul 13 23:43:20 2006 +0000 @@ -279,6 +279,7 @@ @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 -r a646dc31210a -r 98630b6d51a1 lispref/frames.texi --- a/lispref/frames.texi Thu Jul 13 23:40:21 2006 +0000 +++ b/lispref/frames.texi Thu Jul 13 23:43:20 2006 +0000 @@ -1557,7 +1557,7 @@ 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