Function: denote-grep-query-prompt
denote-grep-query-prompt is a function alias for denote-query-prompt,
defined in denote.el.
This function is obsolete since 4.2.0; use denote-query-prompt
instead.
Signature
(denote-grep-query-prompt &optional PROMPT-TEXT)
Documentation
Prompt for a grep query in the minibuffer.
With optional PROMPT-TEXT use it for the minibuffer prompt.
For backward-compatibility, PROMPT-TEXT can also be a keyword among
:focused, :dired, and :region, to format the prompt accordingly
for the given type of search. Developers should not rely on this, as we
will remove it in future versions of Denote---just use PROMPT-TEXT as a
string.
Aliases
denote-grep-query-prompt (obsolete since 4.2.0)