completing-read-or-custom: fix docstring typo

This commit is contained in:
Félix Baylac-Jacqué 2022-07-05 10:39:34 +02:00
parent 2d0f9d5549
commit 01dacd4b01
No known key found for this signature in database
GPG key ID: EFD315F31848DBA4

View file

@ -681,12 +681,12 @@ url."
;;========================================= ;;=========================================
(defun my-repo-pins--completing-read-or-custom (prompt collection) (defun my-repo-pins--completing-read-or-custom (prompt collection)
"Behaves similarly to complete-read. "Behaves similarly to completing-read.
See the complete-read documentation for more details about PROMPT See the completing-read documentation for more details about PROMPT
and COLLECTION. and COLLECTION.
Behaves similarly to complete-read with REQUIRE-MATCH set to nil Behaves similarly to completing-read with REQUIRE-MATCH set to nil
except it'll return an extra element specifying whether the input was except it'll return an extra element specifying whether the input was
found in COLLECTION or if the result is a custom user-provided input. found in COLLECTION or if the result is a custom user-provided input.