Skip to content

Commit

Permalink
ebib-field-edit-functions: fix customization tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo-Heagren authored and joostkremers committed Sep 20, 2023
1 parent 5a03e46 commit 568aa9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebib-utils.el
Original file line number Diff line number Diff line change
Expand Up @@ -1169,7 +1169,7 @@ field in the prompt string, and completing on values of the
fields in the list where appropriate. They should return a
string, suitable as a field value."
:group 'ebib
:type '(repeat (cons (repeat (string) :tag "Fields")
:type '(repeat (cons (repeat :tag "Fields" (string))
(function :tag "Completion function"))))

(defcustom ebib-multiline-fields '("annote" "annotation" "abstract")
Expand Down

0 comments on commit 568aa9c

Please sign in to comment.