]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_fns): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 00:33:33 +0000 (00:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 9 Jul 1997 00:33:33 +0000 (00:33 +0000)
src/fns.c

index 6da0d354b5b604dfa6d69472bf3a2cff65133f25..6ad7b9f846723914931ab7a86bdb08c6f1d88af3 100644 (file)
--- 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;