Improved user option types

This commit is contained in:
Philip K 2020-04-27 18:01:58 +00:00 committed by GitHub
parent 5f3f20e7f2
commit e9ab37b865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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