diff options
author | Richard M. Stallman <rms@gnu.org> | 2005-05-24 23:27:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2005-05-24 23:27:14 +0000 |
commit | 3b14adc7f35886615f181a55566c47e0b5ff9a28 (patch) | |
tree | 440136450c31f008b4e5c2d0e9123d7632930ddf /lispref/frames.texi | |
parent | 001e4bb48f75fa13ac0baaf40332fb612828b716 (diff) | |
download | emacs-3b14adc7f35886615f181a55566c47e0b5ff9a28.tar.gz |
(Dialog Boxes): Minor fixes.
Diffstat (limited to 'lispref/frames.texi')
-rw-r--r-- | lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index dc5257dd1aa..77694c87130 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -1475,8 +1475,8 @@ Dialog boxes always appear in the center of a frame; the argument @code{x-popup-menu}, but the precise coordinates or the individual window don't matter; only the frame matters. -If @var{header} is non-nil, the frame title for the box is -``Information'', otherwise it is ``Question''. The former is used +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}). In some configurations, Emacs cannot display a real dialog box; so |