branch: externals/orderless
commit 05fc3d223ed263314d8812d31f7c3c03b0dd917c
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
fix typo
---
orderless.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orderless.el b/orderless.el
index 0d75a7e9cd..d21bebd573 100644
--- a/orderless.el
+++ b/orderless.el
@@ -477,7 +477,7 @@ delegates to `orderless-%s'.")
(defun ,try-completion (string table pred point)
,(funcall fn-doc "try-completion")
(let ,configuration
- (orderless-all-completions string table pred point)))
+ (orderless-try-completion string table pred point)))
(defun ,all-completions (string table pred point)
,(funcall fn-doc "all-completions")
(let ,configuration