branch: externals/denote
commit 84aa0d3bb7b6895c2258281a6d8a7d670a989700
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Reword the denote-directory doc string to avoid two pedantic warnings
---
denote.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/denote.el b/denote.el
index d71762174a..fc31b4bda1 100644
--- a/denote.el
+++ b/denote.el
@@ -134,14 +134,14 @@ The value can also be a list of directories as strings.
In that case,
the user option `denote-prompts' is configured to prompt for a
directory, among other possible prompts. Files within those directories
can link to each other, as they are considered part of one expansive
-`denote-directory'.
+Denote directory.
Whether the value is a string or a list of strings, all relevant Denote
commands work with the subdirectories of those directories as well. In
other words, a list value is not needed to enumerate all the
subdirectories of a common parent directory: simply specify the parent.
-To create a \"silo\", i.e. a self-contained `denote-directory' whose
+To create a \"silo\", i.e. a self-contained Denote directory whose
files do no link to any file outside of it, set the value of this user
option in a .dir-locals file. Read Info node `(denote) Maintain
separate directory silos for notes'.