M README.org => README.org +2 -1
@@ 1263,7 1263,8 @@ so by writing keywords to them. Specifically, it does the following:
- prompts once for =KEYWORDS= and applies the user's input to the
corresponding field in the file name, rewriting any keywords that
- may exist;
+ may exist while removing keywords that do exist if =KEYWORDS= is
+ empty;
- adds or rewrites existing front matter to the underlying file, if it
is recognized as a Denote note (per the ~denote-file-type~ user
M denote.el => denote.el +2 -1
@@ 2580,7 2580,8 @@ Specifically, do the following:
- prompt once for KEYWORDS and apply the user's input to the
corresponding field in the file name, rewriting any keywords
- that may exist;
+ that may exist while removing keywords that do exist if
+ KEYWORDS is empty;
- add or rewrite existing front matter to the underlying file, if
it is recognized as a Denote note (per `denote-file-type'),