emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 2f505ff: * src/xwidget.c (Fxwidget_set_adjustment


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 2f505ff: * src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.
Date: Mon, 25 Jan 2016 01:25:30 +0000

branch: emacs-25
commit 2f505ff7928a513ad7f30b9b7074e0d6d1436378
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * src/xwidget.c (Fxwidget_set_adjustment): Fix doc string quoting typo.
---
 src/xwidget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/xwidget.c b/src/xwidget.c
index be3e4ca..91a92c0 100644
--- 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]