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

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

[elpa] externals/consult ba4cfe6323 2/3: Fix whitespace in docstring


From: ELPA Syncer
Subject: [elpa] externals/consult ba4cfe6323 2/3: Fix whitespace in docstring
Date: Thu, 26 Jan 2023 12:57:27 -0500 (EST)

branch: externals/consult
commit ba4cfe63237f6fe0154d61ed269050e1dc3a9cb6
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

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