branch: externals/transient
commit c94cff7474227f8b28376708fc7fe9a929d3a417
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    Fix typo
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index bfab91e..fe24a71 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2195,7 +2195,7 @@ which might make it necessary to kill it from the 
outside."
   "Read a value while taking care of history.
 
 This method is suitable for a wide variety of infix commands,
-including but not limitted to inline arguments and variables.
+including but not limited to inline arguments and variables.
 
 If you do not use this method for your own infix class, then
 you should likely replicate a lot of the behavior of this

Reply via email to