emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] xwidget_mvp c83b448 4/4: Improved the documentation of DEF


From: Joakim Verona
Subject: [Emacs-diffs] xwidget_mvp c83b448 4/4: Improved the documentation of DEFUN:s
Date: Fri, 13 Feb 2015 13:00:57 +0000

branch: xwidget_mvp
commit c83b4481d5cdcee87fe0c9fce8b037f122483401
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    Improved the documentation of DEFUN:s
---
 src/xwidget.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/xwidget.c b/src/xwidget.c
index a4319af..74319e1 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -900,8 +900,8 @@ DEFUN ("xwidget-view-p",
 DEFUN ("xwidget-info",
        Fxwidget_info, Sxwidget_info,
        1, 1, 0,
-       doc: /* Return XWIDGET properties.  Currently type, title, width,
-height. */)
+       doc: /* Return XWIDGET properties in a vector.  Currently [TYPE
+TITLE WIDTH HEIGHT]. */)
   (Lisp_Object xwidget)
 {
   CHECK_XWIDGET (xwidget);
@@ -922,8 +922,8 @@ height. */)
 DEFUN ("xwidget-view-info",
        Fxwidget_view_info, Sxwidget_view_info,
        1, 1, 0,
-       doc: /* Return properties of XWIDGET-VIEW.  Currently x,y clip
-right, clip bottom, clip top, clip left */)
+       doc: /* Return properties of XWIDGET-VIEW in a vector.
+Currently [X Y CLIP_RIGHT CLIP_BOTTOM CLIP_TOP CLIP_LEFT] */)
   (Lisp_Object xwidget_view)
 {
   CHECK_XWIDGET_VIEW (xwidget_view);



reply via email to

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