aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-20 16:23:54 +0000
committerGerd Moellmann2000-09-20 16:23:54 +0000
commit3a8a3a66d31951a3aa026034292f97ad43379bac (patch)
tree5a3d47053c9c29b5943935c3157959cb981c6f0b /src
parentcd234430ccd2b7fbb6efecf5f4ad0f749bd422e6 (diff)
downloademacs-3a8a3a66d31951a3aa026034292f97ad43379bac.tar.gz
emacs-3a8a3a66d31951a3aa026034292f97ad43379bac.zip
(Fmessage_or_box): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/editfns.c b/src/editfns.c
index 861d61cc63f..9b7386685d7 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -2907,7 +2907,8 @@ extern Lisp_Object last_nonmenu_event;
2907 2907
2908DEFUN ("message-or-box", Fmessage_or_box, Smessage_or_box, 1, MANY, 0, 2908DEFUN ("message-or-box", Fmessage_or_box, Smessage_or_box, 1, MANY, 0,
2909 "Display a message in a dialog box or in the echo area.\n\ 2909 "Display a message in a dialog box or in the echo area.\n\
2910If this command was invoked with the mouse, use a dialog box.\n\ 2910If this command was invoked with the mouse, use a dialog box if\n\
2911`use-dialog-box' is non-nil.\n\
2911Otherwise, use the echo area.\n\ 2912Otherwise, use the echo area.\n\
2912The first argument is a format control string, and the rest are data\n\ 2913The first argument is a format control string, and the rest are data\n\
2913to be formatted under control of the string. See `format' for details.\n\ 2914to be formatted under control of the string. See `format' for details.\n\