[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 768464999f 7/9: Fix typo "sepator" to "separator
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 768464999f 7/9: Fix typo "sepator" to "separator" |
Date: |
Mon, 18 Mar 2024 03:57:52 -0400 (EDT) |
branch: externals/denote
commit 768464999f28eaea99881f1e1f8e328d8af83a61
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Fix typo "sepator" to "separator"
---
README.org | 4 ++--
denote.el | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.org b/README.org
index 71ed68a1e0..45deea1498 100644
--- a/README.org
+++ b/README.org
@@ -222,7 +222,7 @@ The value is a list of symbols, which includes any of the
following:
is non-nil, keywords in existing note 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~
+ keywords separated by a comma (or whatever the value of ~crm-separator~
is).
- =file-type=: Prompts with completion for the file type of the new
@@ -1227,7 +1227,7 @@ signature of =FILE=, if any.
Same principle for the =KEYWORDS= prompt: it converts the keywords in
the file name into a comma-separated string and prefills the minibuffer
with it (the =KEYWORDS= prompt accepts more than one keywords, each
-separated by a comma, else the ~crm-sepator~).
+separated by a comma, else the ~crm-separator~).
For all prompts, the ~denote-rename-file~ interprets an empty input as
an instruction to remove that file name component. For example, if a
diff --git a/denote.el b/denote.el
index c7ddec5df5..80caf685f9 100644
--- a/denote.el
+++ b/denote.el
@@ -2775,7 +2775,7 @@ if any.
Same principle for the KEYWORDS prompt: convert the keywords in
the file name into a comma-separated string and prefill the
minibuffer with it (the KEYWORDS prompt accepts more than one
-keywords, each separated by a comma, else the `crm-sepator').
+keywords, each separated by a comma, else the `crm-separator').
For all prompts, interpret an empty input as an instruction to
remove that file name component. For example, if a TITLE prompt
@@ -3123,7 +3123,7 @@ Run `denote-after-rename-file-hook' as a final step."
(defun denote--keywords-delete-prompt (keywords)
"Prompt for one or more KEYWORDS.
In the case of multiple entries, those are separated by the
-`crm-sepator', which typically is a comma. In such a case, the
+`crm-separator', which typically is a comma. In such a case, the
output is sorted with `string-collate-lessp'."
(let ((choice (denote--keywords-crm keywords "Keywords to remove")))
(if denote-sort-keywords
- [elpa] externals/denote updated (2e1d5f318f -> 60ff790d33), ELPA Syncer, 2024/03/18
- [elpa] externals/denote 11396de4c9 3/9: Simplify :safe declaration, ELPA Syncer, 2024/03/18
- [elpa] externals/denote 4a94e03e5e 1/9: Revert "Make denote-rename-file and denote-dired-rename-files prompt for signature, if it exists", ELPA Syncer, 2024/03/18
- [elpa] externals/denote 13407bf7ba 4/9: Reword some statements in the manual about sluggification, ELPA Syncer, 2024/03/18
- [elpa] externals/denote e94cc50fd4 5/9: Make denote-file-name-slug-functions a user option; expand its documentation, ELPA Syncer, 2024/03/18
- [elpa] externals/denote 5789ca599b 8/9: Clarify denote-rename-file docs about keeping components not covered by denote-prompts, ELPA Syncer, 2024/03/18
- [elpa] externals/denote 768464999f 7/9: Fix typo "sepator" to "separator",
ELPA Syncer <=
- [elpa] externals/denote e4d070e028 6/9: Merge pull request #293 from jeanphilippegg/renaming-commands, ELPA Syncer, 2024/03/18
- [elpa] externals/denote 090b4dbbef 2/9: Only modify prompted components in renaming commands, ELPA Syncer, 2024/03/18
- [elpa] externals/denote 60ff790d33 9/9: Ensure that keywords are a list in denote-rename-file and denote-dired-rename-files, ELPA Syncer, 2024/03/18