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

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

[elpa] externals/consult 66e0d4e: Use comment as docstring


From: ELPA Syncer
Subject: [elpa] externals/consult 66e0d4e: Use comment as docstring
Date: Thu, 8 Jul 2021 12:57:06 -0400 (EDT)

branch: externals/consult
commit 66e0d4e69acec809f8cad9e46494d3605d6ebafd
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Use comment as docstring
---
 consult.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index dfd1880..52866a5 100644
--- a/consult.el
+++ b/consult.el
@@ -2049,10 +2049,9 @@ of functions and in `consult-completion-in-region'."
           ;; Use the `before-string' property since the overlay might be empty.
           (overlay-put ov 'before-string cand))))))
 
-;; Use minibuffer completion as the UI for completion-at-point
 ;;;###autoload
 (defun consult-completion-in-region (start end collection &optional predicate)
-  "Prompt for completion of region in the minibuffer if non-unique.
+  "Use minibuffer completion as the UI for `completion-at-point'.
 
 The function is called with 4 arguments: START END COLLECTION PREDICATE.
 The arguments and expected return value are as specified for



reply via email to

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