diff options
| author | Paul Eggert | 2016-01-24 17:24:51 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-01-24 17:25:26 -0800 |
| commit | 2f505ff7928a513ad7f30b9b7074e0d6d1436378 (patch) | |
| tree | f7789bbd1f108324a2f1466e6b363c6cbe4746d2 /src | |
| parent | 075a747478724c19e72c42742affda1a3349b5db (diff) | |
| download | emacs-2f505ff7928a513ad7f30b9b7074e0d6d1436378.tar.gz emacs-2f505ff7928a513ad7f30b9b7074e0d6d1436378.zip | |
* src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c index be3e4ca5732..91a92c0ca4c 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -753,7 +753,7 @@ DEFUN ("xwidget-resize", Fxwidget_resize, Sxwidget_resize, 3, 3, 0, | |||
| 753 | DEFUN ("xwidget-set-adjustment", | 753 | DEFUN ("xwidget-set-adjustment", |
| 754 | Fxwidget_set_adjustment, Sxwidget_set_adjustment, 4, 4, 0, | 754 | Fxwidget_set_adjustment, Sxwidget_set_adjustment, 4, 4, 0, |
| 755 | doc: /* Set native scrolling for XWIDGET. | 755 | doc: /* Set native scrolling for XWIDGET. |
| 756 | AXIS can be 'vertical or 'horizontal. | 756 | AXIS can be `vertical' or `horizontal'. |
| 757 | If RELATIVE is t, scroll relative, otherwise absolutely. | 757 | If RELATIVE is t, scroll relative, otherwise absolutely. |
| 758 | VALUE is the amount to scroll, either relatively or absolutely. */) | 758 | VALUE is the amount to scroll, either relatively or absolutely. */) |
| 759 | (Lisp_Object xwidget, Lisp_Object axis, Lisp_Object relative, | 759 | (Lisp_Object xwidget, Lisp_Object axis, Lisp_Object relative, |