mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
* src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.
This commit is contained in:
parent
075a747478
commit
2f505ff792
@ -753,7 +753,7 @@ DEFUN ("xwidget-resize", Fxwidget_resize, Sxwidget_resize, 3, 3, 0,
|
||||
DEFUN ("xwidget-set-adjustment",
|
||||
Fxwidget_set_adjustment, Sxwidget_set_adjustment, 4, 4, 0,
|
||||
doc: /* Set native scrolling for XWIDGET.
|
||||
AXIS can be 'vertical or 'horizontal.
|
||||
AXIS can be `vertical' or `horizontal'.
|
||||
If RELATIVE is t, scroll relative, otherwise absolutely.
|
||||
VALUE is the amount to scroll, either relatively or absolutely. */)
|
||||
(Lisp_Object xwidget, Lisp_Object axis, Lisp_Object relative,
|
||||
|
Loading…
Reference in New Issue
Block a user