diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2023-09-19 19:14:03 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 19:14:03 -0600 |
| commit | 83c2be6ec4ba73c761777bc13b41b87b98fa669b (patch) | |
| tree | e2c7ead1ba35a515a23c9671c6e83da21219dbbd | |
| parent | 6936fe46ef07df168a423f04efeda130b4e69753 (diff) | |
| parent | de8d1fddad9daa9d75e866650fed8860bbfa2af3 (diff) | |
Merge pull request #146 from jgarte/jgarte-patch-1
Fix wording in docstring
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |
