Skip to content

Commit

Permalink
Fix doc string of ebib--edit-type-field.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Kremers committed Sep 25, 2024
1 parent c0bb6b1 commit 92da785
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ebib.el
Original file line number Diff line number Diff line change
Expand Up @@ -4389,11 +4389,10 @@ FILTER is passed unmodified to `ebib-read-entry'."

(defun ebib--edit-type-field ()
"Prompt for an entry type.
If the selected type is \"xdata\" or \"set\" (or a
case-insensitive variation) and
If the selected type is Xdata or Set and
`ebib-always-prompt-for-special-keys' is non-nil or the original
key is temporary or then also invoke `ebib-edit-keyname', to
force the user to select a key for the entry manually."
key is temporary, also invoke `ebib-edit-keyname', to force the
user to select a key for the entry manually."
(let ((type (completing-read
"Type: "
(ebib--list-entry-types (ebib--get-dialect ebib--cur-db) t)
Expand Down

0 comments on commit 92da785

Please sign in to comment.