branch: elpa/hyperdrive commit 28efe94c8f8a08886602da649b649fa64c511442 Author: Adam Porter <a...@alphapapa.net> Commit: Adam Porter <a...@alphapapa.net>
Tidy: Checkdoc --- hyperdrive-lib.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el index d90bc9025e..f7cca8064b 100644 --- a/hyperdrive-lib.el +++ b/hyperdrive-lib.el @@ -1091,8 +1091,8 @@ case, when PREDICATE, only offer hyperdrives matching it." (cl-defun hyperdrive--format-hyperdrive (hyperdrive &key (formats '(petname nickname domain seed short-key)) (with-label t)) "Return HYPERDRIVE formatted for completion. -For each of FORMATS, concats the value separated by two spaces, -optionally WITH-LABEL." +For each of FORMATS, concatenates the value separated by two +spaces, optionally WITH-LABEL." (string-trim (cl-loop for format in formats when (hyperdrive--format-host hyperdrive :format format :with-label with-label)