]> git.eshelyaron.com Git - emacs.git/commitdiff
(use-dialog-box): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Sat, 20 Apr 2002 13:32:12 +0000 (13:32 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sat, 20 Apr 2002 13:32:12 +0000 (13:32 +0000)
src/fns.c

index 638df6e94cd80f080dac070d75a5ea5c9e046c79..dfd49cb4c8bd1850f068743a623ddfc83484ca83 100644 (file)
--- 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;