# HG changeset patch # User Eli Zaretskii # Date 965634473 0 # Node ID fdfd55b3ff059be204c1ddac532571928b648b70 # Parent 9d47c133b357ff0fca793019c30fe06c728b4882 (Fmsdos_set_mouse_buttons): Add missing backslashes in the doc string. diff -r 9d47c133b357 -r fdfd55b3ff05 src/msdos.c --- a/src/msdos.c Mon Aug 07 05:57:08 2000 +0000 +++ b/src/msdos.c Mon Aug 07 07:47:53 2000 +0000 @@ -187,9 +187,9 @@ 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;