emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote b0d8ad46cf 273/355: Update denote-known-keywords


From: ELPA Syncer
Subject: [elpa] externals/denote b0d8ad46cf 273/355: Update denote-known-keywords doc string
Date: Sun, 26 Jun 2022 23:58:32 -0400 (EDT)

branch: externals/denote
commit b0d8ad46cfc69f9109daad3dca51b0f6a7f40662
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update denote-known-keywords doc string
---
 denote.el | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index 476bf22ac8..80231854ca 100644
--- a/denote.el
+++ b/denote.el
@@ -112,11 +112,8 @@ directory and also checks if a safe local value should be 
used."
 (defcustom denote-known-keywords
   '("emacs" "philosophy" "politics" "economics")
   "List of strings with predefined keywords for `denote'.
-
-The implicit assumption is that a keyword is a single word.  If
-you need a keyword to be multiple words long, use underscores to
-separate them.  Do not use hyphens or other characters, as those
-are assumed to demarcate distinct keywords."
+Also see user options: `denote-allow-multi-word-keywords',
+`denote-infer-keywords', `denote-sort-keywords'."
   :group 'denote
   :type '(repeat string))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]