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

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

[elpa] externals/transient 37aec3ae59 144/366: Fix typo in doc-string


From: Jonas Bernoulli
Subject: [elpa] externals/transient 37aec3ae59 144/366: Fix typo in doc-string
Date: Tue, 25 Jan 2022 18:54:35 -0500 (EST)

branch: externals/transient
commit 37aec3ae593ca9e627e8f46bc7a08b8f1e729af8
Author: conao3 <conao3@gmail.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

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

diff --git a/lisp/transient.el b/lisp/transient.el
index 54ff80d6ab..fcd7cff9d4 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -1082,7 +1082,7 @@ variable instead.")
 (defvar transient--layout nil)
 (defvar transient--suffixes nil)
 
-(defconst transient--stay t   "Do not exist the transient.")
+(defconst transient--stay t   "Do not exit the transient.")
 (defconst transient--exit nil "Do exit the transient.")
 
 (defvar transient--exitp nil "Whether to exit the transient.")



reply via email to

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