diff options
| author | Chong Yidong | 2008-08-14 01:14:37 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-08-14 01:14:37 +0000 |
| commit | 7e861e0dfc82eea39be4b42d8de82a2d02669219 (patch) | |
| tree | 7333ecc10c379997682544e7a81efe8165a7055d /src | |
| parent | 6988207c4093e6564bd9ed337b08d18362fb7dd4 (diff) | |
| download | emacs-7e861e0dfc82eea39be4b42d8de82a2d02669219.tar.gz emacs-7e861e0dfc82eea39be4b42d8de82a2d02669219.zip | |
(use_dialog_box): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -5229,7 +5229,10 @@ Used by `featurep' and `require', and altered by `provide'. */); | |||
| 5229 | DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, | 5229 | DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, |
| 5230 | doc: /* *Non-nil means mouse commands use dialog boxes to ask questions. | 5230 | doc: /* *Non-nil means mouse commands use dialog boxes to ask questions. |
| 5231 | This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands | 5231 | This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands |
| 5232 | invoked by mouse clicks and mouse menu items. */); | 5232 | invoked by mouse clicks and mouse menu items. |
| 5233 | |||
| 5234 | On some platforms, file selection dialogs are also enabled if this is | ||
| 5235 | non-nil. */); | ||
| 5233 | use_dialog_box = 1; | 5236 | use_dialog_box = 1; |
| 5234 | 5237 | ||
| 5235 | DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, | 5238 | DEFVAR_BOOL ("use-file-dialog", &use_file_dialog, |