Mercurial > emacs
comparison src/msdos.c @ 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 | 328993ad6017 |
| children | 1b27b74c2510 |
comparison
equal
deleted
inserted
replaced
| 30626:9d47c133b357 | 30627:fdfd55b3ff05 |
|---|---|
| 185 } | 185 } |
| 186 } | 186 } |
| 187 | 187 |
| 188 DEFUN ("msdos-set-mouse-buttons", Fmsdos_set_mouse_buttons, Smsdos_set_mouse_buttons, | 188 DEFUN ("msdos-set-mouse-buttons", Fmsdos_set_mouse_buttons, Smsdos_set_mouse_buttons, |
| 189 1, 1, "NSet number of mouse buttons to: ", | 189 1, 1, "NSet number of mouse buttons to: ", |
| 190 "Set the number of mouse buttons to use by Emacs.\n | 190 "Set the number of mouse buttons to use by Emacs.\n\ |
| 191 This is useful with mice that report the number of buttons inconsistently,\n | 191 This is useful with mice that report the number of buttons inconsistently,\n\ |
| 192 e.g., if the number of buttons is reported as 3, but Emacs only sees 2 of\n | 192 e.g., if the number of buttons is reported as 3, but Emacs only sees 2 of\n\ |
| 193 them. This happens with wheeled mice on Windows 9X, for example.") | 193 them. This happens with wheeled mice on Windows 9X, for example.") |
| 194 (nbuttons) | 194 (nbuttons) |
| 195 Lisp_Object nbuttons; | 195 Lisp_Object nbuttons; |
| 196 { | 196 { |
| 197 CHECK_NUMBER (nbuttons, 0); | 197 CHECK_NUMBER (nbuttons, 0); |
