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

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

[elpa] externals/orderless b0913a9c56 044/204: Placate checkdoc again


From: ELPA Syncer
Subject: [elpa] externals/orderless b0913a9c56 044/204: Placate checkdoc again
Date: Tue, 11 Jan 2022 12:58:16 -0500 (EST)

branch: externals/orderless
commit b0913a9c5665e6abee6f6cc09694a4e52cab7e13
Author: Omar Antolín <omar.antolin@gmail.com>
Commit: Omar Antolín <omar.antolin@gmail.com>

    Placate checkdoc again
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index 0d5bbddd94..7d3d7ae5fa 100644
--- a/orderless.el
+++ b/orderless.el
@@ -170,7 +170,7 @@ This function is part of the `orderless' completion style."
   (remove-hook 'minibuffer-exit-hook #'orderless--restore-regexp-separator))
 
 (defun orderless-temporarily-change-separator (separator)
-  "Change `orderless-regexp-separator' for the current completion session."
+  "Use SEPARATOR to split the input for the current completion session."
   (interactive
    (list (let ((enable-recursive-minibuffers t))
            (read-string "Orderless regexp separator: "))))



reply via email to

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