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

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

[nongnu] elpa/focus 704db49988 82/82: Merge pull request #24 from phikal


From: ELPA Syncer
Subject: [nongnu] elpa/focus 704db49988 82/82: Merge pull request #24 from phikal/master
Date: Tue, 6 Sep 2022 04:58:59 -0400 (EDT)

branch: elpa/focus
commit 704db499888f106af2bd637109c5c11e7c3db62d
Merge: 5f3f20e7f2 e9ab37b865
Author: Lars Tveito <larstvei@ifi.uio.no>
Commit: GitHub <noreply@github.com>

    Merge pull request #24 from phikal/master
    
    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]