branch: externals/denote
commit d58072a4c78cff1b94761738de93f36943ebac1b
Author: Kyle Meyer <k...@kyleam.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Fix variable name typo in denote-prompts doc string
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 4417efd0b8..f757d056ac 100644
--- a/denote.el
+++ b/denote.el
@@ -181,7 +181,7 @@ The value is a list of symbols, which includes any of the 
following:
   file names are included in the list of candidates.  The
   `keywords' prompt uses `completing-read-multiple', meaning that
   it can accept multiple keywords separated by a comma (or
-  whatever the value of `crm-sepator' is).
+  whatever the value of `crm-separator' is).
 
 - `file-type': Prompts with completion for the file type of the
   new note.  Available candidates are those specified in the user

Reply via email to