diff options
| author | Nick Roberts | 2006-07-13 23:43:20 +0000 |
|---|---|---|
| committer | Nick Roberts | 2006-07-13 23:43:20 +0000 |
| commit | b96028676212ff2a63baaf7087cd88fdc60f907b (patch) | |
| tree | 5be4a93c9e8ee3131d895f85d4a9f54b18770e8d | |
| parent | b4f62d0a351faf60dd3a1926a2adfa11b7552123 (diff) | |
| download | emacs-b96028676212ff2a63baaf7087cd88fdc60f907b.tar.gz emacs-b96028676212ff2a63baaf7087cd88fdc60f907b.zip | |
* display.texi (Displaying Messages): Add anchor.
* frames.texi (Dialog Boxes): Use it.
| -rw-r--r-- | lispref/display.texi | 1 | ||||
| -rw-r--r-- | lispref/frames.texi | 2 |
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} | ||
| 282 | This function displays a message like @code{message}, but uses a dialog | 283 | This function displays a message like @code{message}, but uses a dialog |
| 283 | box (or a pop-up menu) whenever that is possible. If it is impossible | 284 | box (or a pop-up menu) whenever that is possible. If it is impossible |
| 284 | to use a dialog box or pop-up menu, because the terminal does not | 285 | 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. | |||
| 1557 | 1557 | ||
| 1558 | If @var{header} is non-@code{nil}, the frame title for the box is | 1558 | If @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 |
| 1560 | for @code{message-box} (@pxref{The Echo Area}). | 1560 | for @code{message-box} (@pxref{message-box}). |
| 1561 | 1561 | ||
| 1562 | In some configurations, Emacs cannot display a real dialog box; so | 1562 | In some configurations, Emacs cannot display a real dialog box; so |
| 1563 | instead it displays the same items in a pop-up menu in the center of the | 1563 | instead it displays the same items in a pop-up menu in the center of the |