diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1995,7 +1995,7 @@ Used by `featurep' and `require', and altered by `provide'."); | |||
| 1995 | 1995 | ||
| 1996 | DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, | 1996 | DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, |
| 1997 | "*Non-nil means mouse commands use dialog boxes to ask questions.\n\ | 1997 | "*Non-nil means mouse commands use dialog boxes to ask questions.\n\ |
| 1998 | This applies to y-or-n and yes-or-no questions asked by commands | 1998 | This applies to y-or-n and yes-or-no questions asked by commands\n\ |
| 1999 | invoked by mouse clicks and mouse menu items."); | 1999 | invoked by mouse clicks and mouse menu items."); |
| 2000 | use_dialog_box = 1; | 2000 | use_dialog_box = 1; |
| 2001 | 2001 | ||