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

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

[elpa] externals/transient 691d10f465 231/366: Fix doc-string typo


From: Jonas Bernoulli
Subject: [elpa] externals/transient 691d10f465 231/366: Fix doc-string typo
Date: Tue, 25 Jan 2022 18:54:43 -0500 (EST)

branch: externals/transient
commit 691d10f46511ffa47a863ede9afb5854030b4195
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Fix doc-string typo
    
    And rephrase a bit, while at it.
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 1f1c9c48d5..0bf1ae2dbb 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1060,8 +1060,8 @@ example, sets a variable use `transient-define-infix' 
instead.
               (let ((spred (transient--suffix-predicate suf))
                     (epred (transient--suffix-predicate elt)))
                 ;; If both suffixes have a predicate and they
-                ;; are not identical, then the probability is
-                ;; high that we want to keep both.
+                ;; are not identical, then there is a high
+                ;; probability that we want to keep both.
                 (when (or (not spred)
                           (not epred)
                           (equal spred epred))



reply via email to

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