diff options
| author | Omar AntolĂn Camarena <omar.antolin@gmail.com> | 2023-09-19 23:53:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 23:53:19 -0600 |
| commit | d6b402a89e234d0e6166247ed6025f9acc8b4d9a (patch) | |
| tree | e5d2d6104d71053ef07b122e1c442b02ce8c3b48 | |
| parent | 83c2be6ec4ba73c761777bc13b41b87b98fa669b (diff) | |
| parent | 88f5ca9883a55457aa6e8cc20d70244e50e3e6b8 (diff) | |
Merge pull request #147 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 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 |
