diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-28 00:23:26 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-05-28 00:23:26 +0200 |
| commit | e74b36ca6e9c1d902374717c9a544847662171cf (patch) | |
| tree | 361e99b88b6ba8b99e3c3e396333b00afdeb3112 | |
| parent | 75eeae21971d86b51a712ed8ecd6434463b2d866 (diff) | |
Quote a single quote in docstring
The byte-compiler recently got more fussy about quotes.
| -rw-r--r-- | orderless.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/orderless.el b/orderless.el index 347392f..d1b47e9 100644 --- a/orderless.el +++ b/orderless.el @@ -326,7 +326,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 want to 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)) |
