mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-31 17:30:54 -08:00
(use_file_dialog): Doc fix.
This commit is contained in:
parent
602e142f5c
commit
1f1d079727
1 changed files with 4 additions and 3 deletions
|
|
@ -5828,9 +5828,10 @@ invoked by mouse clicks and mouse menu items. */);
|
|||
|
||||
DEFVAR_BOOL ("use-file-dialog", &use_file_dialog,
|
||||
doc: /* *Non-nil means mouse commands use a file dialog to ask for files.
|
||||
This applies to commands from menus and tool bar buttons. The value of
|
||||
`use-dialog-box' takes precedence over this variable, so a file dialog is only
|
||||
used if both `use-dialog-box' and this variable are non-nil. */);
|
||||
This applies to commands from menus and tool bar buttons even when
|
||||
they are initiated from the keyboard. The value of `use-dialog-box'
|
||||
takes precedence over this variable, so a file dialog is only used if
|
||||
both `use-dialog-box' and this variable are non-nil. */);
|
||||
use_file_dialog = 1;
|
||||
|
||||
defsubr (&Sidentity);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue