summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-09 00:33:33 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-09 00:33:33 +0000
commit1eb569c5212467d91154ec90f5e3cd2f3626cee3 (patch)
tree87b7f326dccf7b93f7c0d6cc9eca1d297274f03d
parentf12b0b967ab096e5894cb81102ea0a2512ecd9fb (diff)
downloademacs-1eb569c5212467d91154ec90f5e3cd2f3626cee3.tar.gz
(syms_of_fns): Fix previous change.
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 6da0d354b5b..6ad7b9f8467 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1995,7 +1995,7 @@ Used by `featurep' and `require', and altered by `provide'.");
DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
"*Non-nil means mouse commands use dialog boxes to ask questions.\n\
-This applies to y-or-n and yes-or-no questions asked by commands
+This applies to y-or-n and yes-or-no questions asked by commands\n\
invoked by mouse clicks and mouse menu items.");
use_dialog_box = 1;