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

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

[elpa] externals/transient 93c9a7ecfc 052/366: transient--history-init:


From: Jonas Bernoulli
Subject: [elpa] externals/transient 93c9a7ecfc 052/366: transient--history-init: Fix doc-string pasto
Date: Tue, 25 Jan 2022 18:54:26 -0500 (EST)

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

    transient--history-init: Fix doc-string pasto
---
 lisp/transient.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 7aaf1659fd..5abda5b8b1 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2261,12 +2261,12 @@ which is not the same as nil."
           (cons args (delete args (alist-get slot transient-history))))))
 
 (cl-defgeneric transient--history-init (obj)
-  "Initialize OBJ's `value' slot.
+  "Initialize OBJ's `history' slot.
 This is the transient-wide history; many individual infixes also
 have a history of their own.")
 
 (cl-defmethod transient--history-init ((obj transient-prefix))
-  "Initialize OBJ's `value' slot from the variable `transient-history'."
+  "Initialize OBJ's `history' slot from the variable `transient-history'."
   (let ((val (oref obj value))
         (cmd (oref obj command)))
     (oset obj history



reply via email to

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