diff options
| author | jgart <jgart@dismail.de> | 2023-09-19 20:37:19 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 20:37:19 -0500 |
| commit | 88f5ca9883a55457aa6e8cc20d70244e50e3e6b8 (patch) | |
| tree | e5d2d6104d71053ef07b122e1c442b02ce8c3b48 | |
| parent | 83c2be6ec4ba73c761777bc13b41b87b98fa669b (diff) | |
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 29e0492..b7b1461 100644 --- a/orderless.el +++ b/orderless.el @@ -199,7 +199,7 @@ information on how this variable is used, see If this variable is t, then case-sensitivity is decided as follows: if any component contains upper case letters, the matches are case sensitive; otherwise case-insensitive. This -like the behavior of `isearch' when `search-upper-case' is +is like the behavior of `isearch' when `search-upper-case' is non-nil. On the other hand, if this variable is nil, then case-sensitivity |
