summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-05-24 23:27:26 +0000
committerRichard M. Stallman <rms@gnu.org>2005-05-24 23:27:26 +0000
commit217797bc68a8b575d4f1242c7e94be66051947e5 (patch)
tree8e5c98d6007fe0ae55eb9ef1220c505920fb89c6
parentccc90048e00b88dff80276ca9ac6100798e72bdb (diff)
downloademacs-217797bc68a8b575d4f1242c7e94be66051947e5.tar.gz
(Dialog Boxes): Minor fixes.
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/frames.texi4
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index b95e9e43f73..25909586102 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-24 Richard M. Stallman <rms@gnu.org>
+
+ * frames.texi (Dialog Boxes): Minor fixes.
+
2005-05-25 Masatake YAMATO <jet@gyve.org>
* display.texi (Standard Faces): Write about `mode-line-highlight'.
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