aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík <[email protected]>2002-04-20 13:32:12 +0000
committerPavel Janík <[email protected]>2002-04-20 13:32:12 +0000
commit436fa78bc1cb8b588a1ce14e3abfd91fb916b467 (patch)
tree2de21a764da19741b63ec82cafea630142d7a0c6
parent45fd9aa54e39ea4109b0eef4d334cc95b4d83fba (diff)
(use-dialog-box): Doc fix.
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 638df6e94c..dfd49cb4c8 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;