From: Pavel Janík Date: Sat, 20 Apr 2002 13:32:12 +0000 (+0000) Subject: (use-dialog-box): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~15512 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=436fa78bc1cb8b588a1ce14e3abfd91fb916b467;p=emacs.git (use-dialog-box): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index 638df6e94cd..dfd49cb4c8b 100644 --- a/src/fns.c +++ b/src/fns.c @@ -5464,7 +5464,7 @@ 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 and yes-or-no questions asked by commands +This applies to `y-or-n-p' and `yes-or-no-p' questions asked by commands invoked by mouse clicks and mouse menu items. */); use_dialog_box = 1;