changeset 30627:fdfd55b3ff05

(Fmsdos_set_mouse_buttons): Add missing backslashes in the doc string.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 07 Aug 2000 07:47:53 +0000
parents 9d47c133b357
children abcc7a8d4fe4
files src/msdos.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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;