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

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

[elpa] externals/orderless 83c2be6ec4 2/2: Merge pull request #146 from


From: ELPA Syncer
Subject: [elpa] externals/orderless 83c2be6ec4 2/2: Merge pull request #146 from jgarte/jgarte-patch-1
Date: Tue, 19 Sep 2023 21:58:12 -0400 (EDT)

branch: externals/orderless
commit 83c2be6ec4ba73c761777bc13b41b87b98fa669b
Merge: 6936fe46ef de8d1fddad
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #146 from jgarte/jgarte-patch-1
    
    Fix wording in docstring
---
 orderless.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/orderless.el b/orderless.el
index cf92d68854..29e0492eaf 100644
--- a/orderless.el
+++ b/orderless.el
@@ -376,7 +376,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 you want 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]