branch: externals/orderless
commit b0913a9c5665e6abee6f6cc09694a4e52cab7e13
Author: Omar Antolín <[email protected]>
Commit: Omar Antolín <[email protected]>
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: "))))