comparison lispref/display.texi @ 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 93e3d16a8207
children 61cb5aae3bc3
comparison
equal deleted inserted replaced
71881:a646dc31210a 71882:98630b6d51a1
277 You can force use of the mouse or of the echo area by binding 277 You can force use of the mouse or of the echo area by binding
278 @code{last-nonmenu-event} to a suitable value around the call. 278 @code{last-nonmenu-event} to a suitable value around the call.
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
285 support them, then @code{message-box} uses the echo area, like 286 support them, then @code{message-box} uses the echo area, like
286 @code{message}. 287 @code{message}.