]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmsdos_set_mouse_buttons): Add missing backslashes in
authorEli Zaretskii <eliz@gnu.org>
Mon, 7 Aug 2000 07:47:53 +0000 (07:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 7 Aug 2000 07:47:53 +0000 (07:47 +0000)
the doc string.

src/msdos.c

index e0154a7f7ce1da4b2f11191b49ecf931f3dc0f35..f2ceb6d45644616fdd50d7f8a836ef0fdd41e0bb 100644 (file)
@@ -187,9 +187,9 @@ mouse_setup_buttons (int n_buttons)
 
 DEFUN ("msdos-set-mouse-buttons", Fmsdos_set_mouse_buttons, Smsdos_set_mouse_buttons,
        1, 1, "NSet number of mouse buttons to: ",
-  "Set the number of mouse buttons to use by Emacs.\n
-This is useful with mice that report the number of buttons inconsistently,\n
-e.g., if the number of buttons is reported as 3, but Emacs only sees 2 of\n
+  "Set the number of mouse buttons to use by Emacs.\n\
+This is useful with mice that report the number of buttons inconsistently,\n\
+e.g., if the number of buttons is reported as 3, but Emacs only sees 2 of\n\
 them.  This happens with wheeled mice on Windows 9X, for example.")
   (nbuttons)
      Lisp_Object nbuttons;