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

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

[nongnu] elpa/focus e9ab37b865 81/82: Improved user option types


From: ELPA Syncer
Subject: [nongnu] elpa/focus e9ab37b865 81/82: Improved user option types
Date: Tue, 6 Sep 2022 04:58:59 -0400 (EDT)

branch: elpa/focus
commit e9ab37b86563cb258efbad4274a4373781be42a8
Author: Philip K <philip@warpmail.net>
Commit: GitHub <noreply@github.com>

    Improved user option types
---
 focus.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/focus.el b/focus.el
index 348523237b..8bc47041a9 100644
--- a/focus.el
+++ b/focus.el
@@ -51,12 +51,12 @@ many derivatives should be placed by the end of the list.
 Things that are defined include `symbol', `list', `sexp',
 `defun', `filename', `url', `email', `word', `sentence',
 `whitespace', `line', and `page'."
-  :type '(repeat symbol)
+  :type '(alist :key-type symbol :valye-type symbol)
   :group 'focus)
 
 (defcustom focus-read-only-blink-seconds 1
   "The duration of a cursor blink in `focus-read-only-mode'."
-  :type '(float)
+  :type 'number
   :group 'focus)
 
 (defface focus-unfocused



reply via email to

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