From 01dacd4b01bef53742b0f79f0e254c4762ebc23e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Baylac-Jacqu=C3=A9?= Date: Tue, 5 Jul 2022 10:39:34 +0200 Subject: [PATCH] completing-read-or-custom: fix docstring typo --- my-repo-pins.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/my-repo-pins.el b/my-repo-pins.el index 8c45747..e79c025 100644 --- a/my-repo-pins.el +++ b/my-repo-pins.el @@ -681,12 +681,12 @@ url." ;;========================================= (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. -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 found in COLLECTION or if the result is a custom user-provided input.