From 436fa78bc1cb8b588a1ce14e3abfd91fb916b467 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sat, 20 Apr 2002 13:32:12 +0000 Subject: [PATCH] (use-dialog-box): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2