comparison lispref/frames.texi @ 62664:fd547e6fe3e4

(Dialog Boxes): Add double space.
author Nick Roberts <nickrob@snap.net.nz>
date Tue, 24 May 2005 04:30:53 +0000
parents 68061d13d085
children 800ffd9ab4b2
comparison
equal deleted inserted replaced
62663:68061d13d085 62664:fd547e6fe3e4
1474 @var{position} specifies which frame. The possible values are as in 1474 @var{position} specifies which frame. The possible values are as in
1475 @code{x-popup-menu}, but the precise coordinates or the individual 1475 @code{x-popup-menu}, but the precise coordinates or the individual
1476 window don't matter; only the frame matters. 1476 window don't matter; only the frame matters.
1477 1477
1478 If @var{header} is non-nil, the frame title for the box is 1478 If @var{header} is non-nil, the frame title for the box is
1479 ``Information'', otherwise it is ``Question''. The former is used 1479 ``Information'', otherwise it is ``Question''. The former is used
1480 for @code{message-box} (@pxref{The Echo Area}). 1480 for @code{message-box} (@pxref{The Echo Area}).
1481 1481
1482 In some configurations, Emacs cannot display a real dialog box; so 1482 In some configurations, Emacs cannot display a real dialog box; so
1483 instead it displays the same items in a pop-up menu in the center of the 1483 instead it displays the same items in a pop-up menu in the center of the
1484 frame. 1484 frame.