branch: externals/denote
commit 53d52d9d46aca6672b6f48fcebe1c9080d3454f5
Author: Jean-Philippe Gagné Guay <[email protected]>
Commit: Jean-Philippe Gagné Guay <[email protected]>

    Fix documentation of denote-file-type
---
 denote.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index a18cde144f..25cc867ab4 100644
--- a/denote.el
+++ b/denote.el
@@ -313,12 +313,11 @@ When the value is `text', the file type is that of Text 
mode.
 
 Any other non-nil value is the same as the default.
 
-NOTE: expert users can change the supported file types by leaving
-the value of this user option to nil and directly editing the
-value of `denote-file-types'.  That variable, which is not a user
-option, controls the behaviour of all file-type-aware
+NOTE: Expert users can change the supported file-types by editing
+the value of `denote-file-types'. That variable, which is not a
+user option, controls the behaviour of all file-type-aware
 functions (creating notes, renaming them, inserting front matter,
-formatting a link, etc.).  Consult its documentation for the
+formatting a link, etc.). Consult its documentation for the
 technicalities."
   :type '(choice
           (const :tag "Unspecified (defaults to Org)" nil)

Reply via email to