Update denote-known-keywords doc string

This commit is contained in:
Protesilaos Stavrou 2022-06-18 14:30:51 +03:00
parent 3d606cbe95
commit b0d8ad46cf
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -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))