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

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

[nongnu] elpa/why-this 961f84afc6 08/59: Fixed typo in the value of why-


From: ELPA Syncer
Subject: [nongnu] elpa/why-this 961f84afc6 08/59: Fixed typo in the value of why-this-echo-format
Date: Sun, 27 Nov 2022 16:02:48 -0500 (EST)

branch: elpa/why-this
commit 961f84afc689d8cd4998518bec5ef2bfa4501a3f
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fixed typo in the value of why-this-echo-format
---
 why-this.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/why-this.el b/why-this.el
index cfd9ee4182..6c7c98fa12 100644
--- a/why-this.el
+++ b/why-this.el
@@ -63,7 +63,7 @@ The value can also be a function to do the formatting itself."
   :package-version '(why-this "1.0")
   :group 'why-this)
 
-(defcustom why-this-echo-format "%A, t * %i"
+(defcustom why-this-echo-format "%A, %t * %i"
   "Format string for formatting echo area message.
 
 See `why-this-message-format'."



reply via email to

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