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

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

[elpa] externals/transient 53b71f9cc5 154/366: Fix documentation typo


From: Jonas Bernoulli
Subject: [elpa] externals/transient 53b71f9cc5 154/366: Fix documentation typo
Date: Tue, 25 Jan 2022 18:54:36 -0500 (EST)

branch: externals/transient
commit 53b71f9cc55bb64c8dbaae39dd444fe85fdb6064
Author: Ben Moon <software@guiltydolphin.com>
Commit: Ben Moon <software@guiltydolphin.com>

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

diff --git a/lisp/transient.el b/lisp/transient.el
index 4c7367d243..52b98578aa 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -2677,7 +2677,7 @@ Optional support for popup buttons is also implemented 
here."
   "Return a string generated using OBJ's `format'.
 %k is formatted using `transient-format-key'.
 %d is formatted using `transient-format-description'.
-%f is formatted using `transient-format-value'."
+%v is formatted using `transient-format-value'."
   (format-spec (oref obj format)
                `((?k . ,(transient-format-key obj))
                  (?d . ,(transient-format-description obj))



reply via email to

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