(syms_of_fns): Fix previous change.

This commit is contained in:
Richard M. Stallman 1997-07-09 00:33:33 +00:00
parent f12b0b967a
commit 1eb569c521

View file

@ -1995,7 +1995,7 @@ Used by `featurep' and `require', and altered by `provide'.");
DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
"*Non-nil means mouse commands use dialog boxes to ask questions.\n\
This applies to y-or-n and yes-or-no questions asked by commands
This applies to y-or-n and yes-or-no questions asked by commands\n\
invoked by mouse clicks and mouse menu items.");
use_dialog_box = 1;