aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-09 00:33:33 +0000
committerRichard M. Stallman1997-07-09 00:33:33 +0000
commit1eb569c5212467d91154ec90f5e3cd2f3626cee3 (patch)
tree87b7f326dccf7b93f7c0d6cc9eca1d297274f03d /src
parentf12b0b967ab096e5894cb81102ea0a2512ecd9fb (diff)
downloademacs-1eb569c5212467d91154ec90f5e3cd2f3626cee3.tar.gz
emacs-1eb569c5212467d91154ec90f5e3cd2f3626cee3.zip
(syms_of_fns): Fix previous change.
Diffstat (limited to 'src')
-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'.");
1995 1995
1996 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box, 1996 DEFVAR_BOOL ("use-dialog-box", &use_dialog_box,
1997 "*Non-nil means mouse commands use dialog boxes to ask questions.\n\ 1997 "*Non-nil means mouse commands use dialog boxes to ask questions.\n\
1998This applies to y-or-n and yes-or-no questions asked by commands 1998This applies to y-or-n and yes-or-no questions asked by commands\n\
1999invoked by mouse clicks and mouse menu items."); 1999invoked by mouse clicks and mouse menu items.");
2000 use_dialog_box = 1; 2000 use_dialog_box = 1;
2001 2001