branch: elpa/keycast
commit 044efbcd77eed3fa78ed0d2de03ec193756b3d9b
Author: Shynur <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    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