From: Eli Zaretskii Date: Mon, 7 Aug 2000 07:47:53 +0000 (+0000) Subject: (Fmsdos_set_mouse_buttons): Add missing backslashes in X-Git-Tag: emacs-pretest-21.0.90~2463 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=84968b32fd9d5c486ed7aa17f7b9bea9a5732e44;p=emacs.git (Fmsdos_set_mouse_buttons): Add missing backslashes in the doc string. --- diff --git a/src/msdos.c b/src/msdos.c index e0154a7f7ce..f2ceb6d4564 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -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;