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

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

[elpa] externals/transient 389d2bffff 4/4: Backport changes from Emacs


From: Jonas Bernoulli
Subject: [elpa] externals/transient 389d2bffff 4/4: Backport changes from Emacs
Date: Wed, 3 Aug 2022 06:04:04 -0400 (EDT)

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

    Backport changes from Emacs
    
    Added in this commit:
    - 9230953f23 ; Fix typos.
    
    Already done independently:
    - 640e52d8fa ; Fix mistakes in 'declare function' forms
    - bbf389ea6d Audit quoting the quote character in doc strings
    - 19dcb237b5 ; Add 2022 to copyright years.
    
    Not included:
    - 49e41991b2 Allow ;;;###autoloading transient-define-prefix
      For stand-alone transient that isn't sufficient to make it
      unnecessary to load the library upfront, but makes it more
      likely that a user thinks it is.  Emacs handles this macro
      in loaddefs-generate--make-autoload.
    - 15238e2ed0 Prefer URL commentary header in two files
      I prefer Homepage and use it consistently in all my libraries.
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index b7057e7531..e823d9ba5d 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -260,7 +260,7 @@ for infix argument are highlighted when only a long argument
 In the rare case that a short-hand is specified but does not
 match the key binding, then it is highlighted differently.
 
-The highlighting is done using using `transient-mismatched-key'
+The highlighting is done using `transient-mismatched-key'
 and `transient-nonstandard-key'."
   :package-version '(transient . "0.1.0")
   :group 'transient



reply via email to

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