diff options
| author | Eli Zaretskii | 2000-08-07 07:47:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-08-07 07:47:53 +0000 |
| commit | 84968b32fd9d5c486ed7aa17f7b9bea9a5732e44 (patch) | |
| tree | cf4ffd857a3715f8db6f24d57064b9e8aa3c3063 /src | |
| parent | e39091b6dd6ccb48d5fda0955388d3e52faa2e73 (diff) | |
| download | emacs-84968b32fd9d5c486ed7aa17f7b9bea9a5732e44.tar.gz emacs-84968b32fd9d5c486ed7aa17f7b9bea9a5732e44.zip | |
(Fmsdos_set_mouse_buttons): Add missing backslashes in
the doc string.
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; |