diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/msdos.c | 6 |
1 files 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) | |||
| 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; |