Mercurial > emacs
changeset 31774:f8d2403d385b
(Fmessage_or_box): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 20 Sep 2000 16:23:54 +0000 |
parents | 4359ecec7d76 |
children | 4da753e82172 |
files | src/editfns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Wed Sep 20 16:23:27 2000 +0000 +++ b/src/editfns.c Wed Sep 20 16:23:54 2000 +0000 @@ -2907,7 +2907,8 @@ DEFUN ("message-or-box", Fmessage_or_box, Smessage_or_box, 1, MANY, 0, "Display a message in a dialog box or in the echo area.\n\ -If this command was invoked with the mouse, use a dialog box.\n\ +If this command was invoked with the mouse, use a dialog box if\n\ +`use-dialog-box' is non-nil.\n\ Otherwise, use the echo area.\n\ The first argument is a format control string, and the rest are data\n\ to be formatted under control of the string. See `format' for details.\n\