diff options
author | Sean Allred <code@seanallred.com> | 2014-11-17 08:45:09 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-17 08:45:09 -0500 |
commit | 9df98091a366a3b1585ba52a21b0261b314ea8bd (patch) | |
tree | 1cef96fccf00072a0d76cfb2ad76051a59993a17 /sx-method.el | |
parent | 1a843499ae1ebc4ec56cfb27f79779293696cb2c (diff) |
Documentation -- part one
Pushing this change to continue work elsewhere.
Diffstat (limited to 'sx-method.el')
-rw-r--r-- | sx-method.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/sx-method.el b/sx-method.el index 6f0a36b..8838134 100644 --- a/sx-method.el +++ b/sx-method.el @@ -19,8 +19,6 @@ ;;; Commentary: -;; - ;;; Code: (require 'json) (require 'url) @@ -29,12 +27,12 @@ (require 'sx-filter) (defun sx-method-call - (method &optional keyword-arguments filter silent) + (method &optional keyword-arguments filter) "Call METHOD with KEYWORD-ARGUMENTS using FILTER. -If SILENT is non-nil, no messages will be printed. +Return the entire response as a complex alist. -Return the entire response as a complex alist." +See `sx-request-make' and `sx-filter-get-var'." (sx-request-make method (cons (cons 'filter |