emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless e74b36ca6e 1/2: Quote a single quote in docst


From: ELPA Syncer
Subject: [elpa] externals/orderless e74b36ca6e 1/2: Quote a single quote in docstring
Date: Fri, 27 May 2022 18:58:06 -0400 (EDT)

branch: externals/orderless
commit e74b36ca6e9c1d902374717c9a544847662171cf
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@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

[Prev in Thread] Current Thread [Next in Thread]