mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(use_dialog_box): Doc fix.
This commit is contained in:
parent
6988207c40
commit
7e861e0dfc
@ -5229,7 +5229,10 @@ Used by `featurep' and `require', and altered by `provide'. */);
|
||||
DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
|
||||
doc: /* *Non-nil means mouse commands use dialog boxes to ask questions.
|
||||
This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands
|
||||
invoked by mouse clicks and mouse menu items. */);
|
||||
invoked by mouse clicks and mouse menu items.
|
||||
|
||||
On some platforms, file selection dialogs are also enabled if this is
|
||||
non-nil. */);
|
||||
use_dialog_box = 1;
|
||||
|
||||
DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,
|
||||
|
Loading…
Reference in New Issue
Block a user