Variable: denote-prompts-with-history-as-completion
denote-prompts-with-history-as-completion is a variable defined in
denote.el.
Value
(denote-title-prompt denote-signature-prompt
denote-files-matching-regexp-prompt
denote-query-link-prompt)
Documentation
Prompts that conditionally perform completion against their history.
These are minibuffer prompts that ordinarily accept a free form string input, as opposed to matching against a predefined set.
These prompts can optionally perform completion against their own
minibuffer history when the user option denote-history-completion-in-prompts
is set to a non-nil value.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-prompts-with-history-as-completion
'(denote-title-prompt denote-signature-prompt denote-files-matching-regexp-prompt denote-query-link-prompt)
"Prompts that conditionally perform completion against their history.
These are minibuffer prompts that ordinarily accept a free form string
input, as opposed to matching against a predefined set.
These prompts can optionally perform completion against their own
minibuffer history when the user option `denote-history-completion-in-prompts'
is set to a non-nil value.")