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

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

[nongnu] elpa/keycast 044efbcd77 1/2: Correct type of format options


From: ELPA Syncer
Subject: [nongnu] elpa/keycast 044efbcd77 1/2: Correct type of format options
Date: Sat, 25 Nov 2023 12:59:45 -0500 (EST)

branch: elpa/keycast
commit 044efbcd77eed3fa78ed0d2de03ec193756b3d9b
Author: Shynur <one.last.kiss@outlook.com>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    Correct type of format options
---
 keycast.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/keycast.el b/keycast.el
index 255c371b5f..ade32c6c31 100644
--- a/keycast.el
+++ b/keycast.el
@@ -124,7 +124,7 @@ with no argument and acts on `selected-window'.
 %R The times the command was repeated using the `shadow' face."
   :package-version '(keycast . "1.0.3")
   :group 'keycast
-  :type 'integer)
+  :type 'string)
 
 ;;;; Header-Line
 
@@ -161,7 +161,7 @@ also removes all elements to the right of where that was 
inserted."
 %R The times the command was repeated using the `shadow' face."
   :package-version '(keycast . "1.0.3")
   :group 'keycast
-  :type 'integer)
+  :type 'string)
 
 ;;;; Tab-Bar
 
@@ -207,7 +207,7 @@ but that isn't a member yet, then insert that followed by
 %r The times the command was repeated.
 %R The times the command was repeated using the `shadow' face."
   :group 'keycast
-  :type 'integer)
+  :type 'string)
 
 (defcustom keycast-tab-bar-minimal-width 40
   "The minimal width of `keycast-tab-bar'."



reply via email to

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