Mercurial > emacs
changeset 44712:093bf061ef1d
(use-dialog-box): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Sat, 20 Apr 2002 13:32:12 +0000 |
parents | abf41c27da8d |
children | a05c8614feee |
files | src/fns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Sat Apr 20 07:39:34 2002 +0000 +++ b/src/fns.c Sat Apr 20 13:32:12 2002 +0000 @@ -5464,7 +5464,7 @@ 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;