changeset 71882:98630b6d51a1

* display.texi (Displaying Messages): Add anchor. * frames.texi (Dialog Boxes): Use it.
author Nick Roberts <nickrob@snap.net.nz>
date Thu, 13 Jul 2006 23:43:20 +0000
parents a646dc31210a
children 3d0d6e217db9
files lispref/display.texi lispref/frames.texi
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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