summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2006-07-13 23:43:20 +0000
committerNick Roberts <nickrob@snap.net.nz>2006-07-13 23:43:20 +0000
commitb96028676212ff2a63baaf7087cd88fdc60f907b (patch)
tree5be4a93c9e8ee3131d895f85d4a9f54b18770e8d
parentb4f62d0a351faf60dd3a1926a2adfa11b7552123 (diff)
downloademacs-b96028676212ff2a63baaf7087cd88fdc60f907b.tar.gz
emacs-b96028676212ff2a63baaf7087cd88fdc60f907b.tar.bz2
emacs-b96028676212ff2a63baaf7087cd88fdc60f907b.zip
* display.texi (Displaying Messages): Add anchor.
* frames.texi (Dialog Boxes): Use it.
-rw-r--r--lispref/display.texi1
-rw-r--r--lispref/frames.texi2
2 files changed, 2 insertions, 1 deletions
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