From de8d1fddad9daa9d75e866650fed8860bbfa2af3 Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 19 Sep 2023 19:24:48 -0500 Subject: Fix wording in docstring --- orderless.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orderless.el b/orderless.el index cf92d68..29e0492 100644 --- a/orderless.el +++ b/orderless.el @@ -376,7 +376,7 @@ dispatchers. The STYLES default to `orderless-matching-styles', and the DISPATCHERS default to `orderless-dipatchers'. Since nil gets you -the default, if want to no dispatchers to be run, use \\='(ignore) +the default, if you want no dispatchers to be run, use \\='(ignore) as the value of DISPATCHERS." (unless styles (setq styles orderless-matching-styles)) (unless dispatchers (setq dispatchers orderless-style-dispatchers)) -- cgit v1.0