comparison src/editfns.c @ 31774:f8d2403d385b

(Fmessage_or_box): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 20 Sep 2000 16:23:54 +0000
parents 044ae1ff8c78
children 40df6727225a
comparison
equal deleted inserted replaced
31773:4359ecec7d76 31774:f8d2403d385b
2905 extern Lisp_Object last_nonmenu_event; 2905 extern Lisp_Object last_nonmenu_event;
2906 #endif 2906 #endif
2907 2907
2908 DEFUN ("message-or-box", Fmessage_or_box, Smessage_or_box, 1, MANY, 0, 2908 DEFUN ("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\
2910 If this command was invoked with the mouse, use a dialog box.\n\ 2910 If this command was invoked with the mouse, use a dialog box if\n\
2911 `use-dialog-box' is non-nil.\n\
2911 Otherwise, use the echo area.\n\ 2912 Otherwise, use the echo area.\n\
2912 The first argument is a format control string, and the rest are data\n\ 2913 The first argument is a format control string, and the rest are data\n\
2913 to be formatted under control of the string. See `format' for details.\n\ 2914 to be formatted under control of the string. See `format' for details.\n\
2914 \n\ 2915 \n\
2915 If the first argument is nil, clear any existing message; let the\n\ 2916 If the first argument is nil, clear any existing message; let the\n\