branch: externals/orderless
commit e74b36ca6e9c1d902374717c9a544847662171cf
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Quote a single quote in docstring
    
    The byte-compiler recently got more fussy about quotes.
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index 347392f2d3..d1b47e9749 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))

Reply via email to