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

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

[elpa] externals/transient 0cad5ebcb7 106/366: Fix doc string typos


From: Jonas Bernoulli
Subject: [elpa] externals/transient 0cad5ebcb7 106/366: Fix doc string typos
Date: Tue, 25 Jan 2022 18:54:31 -0500 (EST)

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

    Fix doc string typos
---
 lisp/transient.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index f1dd34954e..f65b8f3b17 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -449,12 +449,12 @@ If `transient-save-history' is nil, then do nothing."
   "Transient prefix command.
 
 Each transient prefix command consists of a command, which is
-stored in a symbols function slot and an object, which is stored
-in the `transient--prefix' property of the same object.
+stored in a symbol's function slot and an object, which is
+stored in the `transient--prefix' property of the same symbol.
 
 When a transient prefix command is invoked, then a clone of that
 object is stored in the global variable `transient--prefix' and
-the prototype is stored in the clones `prototype' slot.")
+the prototype is stored in the clone's `prototype' slot.")
 
 ;;;; Suffix
 



reply via email to

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