From 84968b32fd9d5c486ed7aa17f7b9bea9a5732e44 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 7 Aug 2000 07:47:53 +0000 Subject: [PATCH] (Fmsdos_set_mouse_buttons): Add missing backslashes in the doc string. --- src/msdos.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2