From: Joakim Verona Date: Fri, 13 Feb 2015 12:59:36 +0000 (+0100) Subject: Improved the documentation of DEFUN:s X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c83b4481d5cdcee87fe0c9fce8b037f122483401;p=emacs.git Improved the documentation of DEFUN:s --- diff --git a/src/xwidget.c b/src/xwidget.c index a4319af5d3a..74319e1667d 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);