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

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

[elpa] externals/orderless 6b94b9abf8 124/204: Merge pull request #21 fr


From: ELPA Syncer
Subject: [elpa] externals/orderless 6b94b9abf8 124/204: Merge pull request #21 from wyuenho/patch-1
Date: Tue, 11 Jan 2022 12:58:23 -0500 (EST)

branch: externals/orderless
commit 6b94b9abf89c97e65803bc6f05c766e60e11a469
Merge: 1f1e0380e2 351d2fbb7d
Author: Omar AntolĂ­n Camarena <omar.antolin@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #21 from wyuenho/patch-1
    
    Fix typo
---
 orderless.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/orderless.el b/orderless.el
index 6fbf12a2fc..3ba62ed1c2 100644
--- a/orderless.el
+++ b/orderless.el
@@ -147,13 +147,13 @@ a list of them."
 
 (defcustom orderless-style-dispatchers nil
   "List of style dispatchers.
-Style dispatchers are used to override to the matching styles
+Style dispatchers are used to override the matching styles
 based on the actual component and its place in the list of
 components.  A style dispatcher is a function that takes a string
 and two integers as arguments, it gets called with a component,
 the 0-based index of the component and the total number of
-components.  It can decides what matching styles to use for the
-component and otionally replace the component with a different
+components.  It can decide what matching styles to use for the
+component and optionally replace the component with a different
 string, or it can decline to handle the component leaving it for
 future dispatchers.  For details see `orderless-dispatch'.
 
@@ -162,7 +162,7 @@ component to match as an initialism and subsequent 
components to
 match as literals.  As another example, a style dispatcher could
 arrange for a component starting with `?' to match the rest of
 the component in the `orderless-flex' style.  For more
-information on how this variable is used see
+information on how this variable is used, see
 `orderless-default-pattern-compiler'."
   :type 'hook
   :group 'orderless)



reply via email to

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