branch: elpa/hyperdrive commit f044f39bf8e2c443d306c8e80cef6fdc122e901e Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Tidy: Docstring --- hyperdrive-lib.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index 63fdadf3fd..907991b3d0 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -202,9 +202,10 @@ to the gateway which do not involve an entry. Otherwise, use (defun he/api (method entry &rest rest) "Make hyperdrive API request by METHOD for ENTRY. -REST is passed to `h/api', which see. -`:as' keyword argument of `hyperdrive-api' is always `response'. -" +REST is passed to `hyperdrive-api', which see. AS keyword should +be nil, because it is always set to `response'. Automatically +calls `hyperdrive-entry--api-then' to update metadata from the +response." (declare (indent defun)) ;; Always use :as 'response (cl-assert (null (plist-get rest :as)))