projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
075a747
)
* src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.
author
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 25 Jan 2016 01:24:51 +0000
(17:24 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Mon, 25 Jan 2016 01:25:26 +0000
(17:25 -0800)
src/xwidget.c
patch
|
blob
|
history
diff --git
a/src/xwidget.c
b/src/xwidget.c
index be3e4ca573281b3e8282412000ff5e8d2df4a0c8..91a92c0ca4cea1c02e2b5db56f8b15041a81e5b4 100644
(file)
--- a/
src/xwidget.c
+++ b/
src/xwidget.c
@@
-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,