aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Roberts2006-07-13 23:43:20 +0000
committerNick Roberts2006-07-13 23:43:20 +0000
commitb96028676212ff2a63baaf7087cd88fdc60f907b (patch)
tree5be4a93c9e8ee3131d895f85d4a9f54b18770e8d
parentb4f62d0a351faf60dd3a1926a2adfa11b7552123 (diff)
downloademacs-b96028676212ff2a63baaf7087cd88fdc60f907b.tar.gz
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
279@end defun 279@end defun
280 280
281@defun message-box format-string &rest arguments 281@defun message-box format-string &rest arguments
282@anchor{message-box}
282This function displays a message like @code{message}, but uses a dialog 283This function displays a message like @code{message}, but uses a dialog
283box (or a pop-up menu) whenever that is possible. If it is impossible 284box (or a pop-up menu) whenever that is possible. If it is impossible
284to use a dialog box or pop-up menu, because the terminal does not 285to 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.
1557 1557
1558If @var{header} is non-@code{nil}, the frame title for the box is 1558If @var{header} is non-@code{nil}, the frame title for the box is
1559@samp{Information}, otherwise it is @samp{Question}. The former is used 1559@samp{Information}, otherwise it is @samp{Question}. The former is used
1560for @code{message-box} (@pxref{The Echo Area}). 1560for @code{message-box} (@pxref{message-box}).
1561 1561
1562In some configurations, Emacs cannot display a real dialog box; so 1562In some configurations, Emacs cannot display a real dialog box; so
1563instead it displays the same items in a pop-up menu in the center of the 1563instead it displays the same items in a pop-up menu in the center of the