branch: externals/denote
commit 4ade384c038bef75aec485c97a0f1762b9d0cb6e
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix typo from commit 05d6c12
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 4115257bed..2799f81c45 100644
--- a/denote.el
+++ b/denote.el
@@ -1530,7 +1530,7 @@ initial input."
     (format-prompt (or prompt "New file KEYWORDS") nil)
     keywords nil nil initial 'denote-keyword-history)))
 
-(defun denote-keywords-prompt(&optional prompt-text initial-keywords 
infer-from-files-matching-regexp)
+(defun denote-keywords-prompt (&optional prompt-text initial-keywords 
infer-from-files-matching-regexp)
   "Prompt for one or more keywords.
 Read entries as separate when they are demarcated by the
 `crm-separator', which typically is a comma.

Reply via email to