[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 53d52d9d46 07/17: Fix documentation of denote-fi
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 53d52d9d46 07/17: Fix documentation of denote-file-type |
Date: |
Thu, 23 Nov 2023 00:58:00 -0500 (EST) |
branch: externals/denote
commit 53d52d9d46aca6672b6f48fcebe1c9080d3454f5
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
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)
- [elpa] externals/denote 180bde5742 13/17: Refactor denote--default-directory-is-silo-p, (continued)
- [elpa] externals/denote 180bde5742 13/17: Refactor denote--default-directory-is-silo-p, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 95f8c14e48 03/17: Simplify denote-link-return-links and denote-link-return-backlinks, ELPA Syncer, 2023/11/23
- [elpa] externals/denote cf63fd9015 05/17: Simplify denote-keywords-add and denote-keywords-remove, ELPA Syncer, 2023/11/23
- [elpa] externals/denote b936bbdf4e 08/17: Make signature parameter non optional for some functions, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 70d07dd122 02/17: Fix typo, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 9742bca7e3 09/17: Fix denote-change-file-type-and-front-matter when there is a signature, ELPA Syncer, 2023/11/23
- [elpa] externals/denote ba7561688d 01/17: Remove unnecessary code in denote-trim-* functions and denote-extract-keywords-from-front-matter, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 8e4a8ee69b 15/17: Refactor denote--link-in-context-regexp, ELPA Syncer, 2023/11/23
- [elpa] externals/denote b5d3ab6e4e 17/17: Merge pull request #193 from jeanphilippegg/cleanups, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 39847ad78b 16/17: Refactor denote--link-format, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 53d52d9d46 07/17: Fix documentation of denote-file-type,
ELPA Syncer <=
- [elpa] externals/denote b5810569fe 10/17: Refactor denote--find-first-unused-id, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 01ea1c2cc4 12/17: Remove unnecessary checks, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 3ebc7026d4 11/17: signature should always be a string (maybe empty), ELPA Syncer, 2023/11/23
- [elpa] externals/denote 2d6131085c 06/17: Simplify denote-filetype-heuristics, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 8255dc380f 14/17: Simplify denote-trim-whitespace, ELPA Syncer, 2023/11/23
- [elpa] externals/denote 1b24d2ed5a 04/17: Simplify denote-format-file-name, ELPA Syncer, 2023/11/23