From 92da7850b864af89f4b546bb8f562fcbbe042392 Mon Sep 17 00:00:00 2001 From: Joost Kremers Date: Thu, 26 Sep 2024 00:35:02 +0200 Subject: [PATCH] Fix doc string of ebib--edit-type-field. --- ebib.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ebib.el b/ebib.el index c449094..0bf1314 100644 --- a/ebib.el +++ b/ebib.el @@ -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)