branch: externals/orderless
commit 8b9af2796fa0eb87eea4140bc08d16880a493803
Merge: 75eeae2197 e74b36ca6e
Author: Omar AntolĂ­n Camarena <omar.anto...@gmail.com>
Commit: GitHub <nore...@github.com>

    Merge pull request #114 from tarsiiformes/quote-quote
    
    Quote a single quote in docstring
---
 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