emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/hyperdrive 28efe94c8f 122/123: Tidy: Checkdoc


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 28efe94c8f 122/123: Tidy: Checkdoc
Date: Fri, 6 Oct 2023 01:01:14 -0400 (EDT)

branch: elpa/hyperdrive
commit 28efe94c8f8a08886602da649b649fa64c511442
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@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)



reply via email to

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