branch: externals/consult
commit ba4cfe63237f6fe0154d61ed269050e1dc3a9cb6
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix whitespace in docstring
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index 2174b8e7c1..c90ec90c35 100644
--- a/consult.el
+++ b/consult.el
@@ -2312,7 +2312,7 @@ PREVIEW-KEY are the preview keys."
 
 (defsubst consult--tofu-append (cand id)
   "Append tofu-encoded ID to CAND.
-The ID must fit within a single character. It must be smaller
+The ID must fit within a single character.  It must be smaller
 than `consult--tofu-range'."
   (setq id (char-to-string (+ consult--tofu-char id)))
   (add-text-properties 0 1 '(invisible t consult-strip t) id)

Reply via email to