branch: externals/denote
commit 13407bf7ba04fc281044883e4f412a417fef7695
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Reword some statements in the manual about sluggification
---
 README.org | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.org b/README.org
index 47bc728396..d1fb389d46 100644
--- a/README.org
+++ b/README.org
@@ -1689,17 +1689,17 @@ Files names can contain any character that the file 
system
 permits. Denote imposes a few additional restrictions:
 
 + The tokens "==", =__= and =--= are interpreted by Denote and should
-  appear only once. =_= is the separator for keywords.
+  appear only once.
 
 + The dot character is not allowed in a note's file name, except to
-  indicate the extension.
+  indicate the file type extension. Denote recognises two extensions
+  for encrypted files, like =.txt.gpg=.
 
-By default, Denote enforce other rules to file names through the user
-option ~denote-file-name-slug-functions~.
+By default, Denote enforces other rules to file names through the user
+option ~denote-file-name-slug-functions~. These rules are applied to
+file names by default:
 
-These rules are applied to file names by default:
-
-+ What we count as "illegal characters" are removed.  The variable
++ What we count as "illegal characters" are removed.  The constant
   ~denote-excluded-punctuation-regexp~ holds the relevant value.
 
 + Input for a file title is hyphenated.  The original value is

Reply via email to