[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 9e893fb82c 05/10: Remove outdated info in docstr
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 9e893fb82c 05/10: Remove outdated info in docstring of denote-directory-files |
Date: |
Thu, 16 May 2024 09:57:49 -0400 (EDT) |
branch: externals/denote
commit 9e893fb82ced31e9ebb2601051ad7d73ed2c8c8f
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Remove outdated info in docstring of denote-directory-files
---
README.org | 16 +++++++---------
denote.el | 3 ---
2 files changed, 7 insertions(+), 12 deletions(-)
diff --git a/README.org b/README.org
index 154005c4b6..fba881e381 100644
--- a/README.org
+++ b/README.org
@@ -4234,15 +4234,13 @@ might change them without further notice.
#+findex: denote-directory-files
+ Function ~denote-directory-files~ :: Return list of absolute file
paths in variable ~denote-directory~. Files only need to have an
- identifier. The return value may thus include file types that are
- not implied by ~denote-file-type~. Remember that the variable
- ~denote-directory~ accepts a dir-local value, as explained in its
- doc string ([[#h:15719799-a5ff-4e9a-9f10-4ca03ef8f6c5][Maintain separate
directories for notes]]). With optional
- =FILES-MATCHING-REGEXP=, restrict files to those matching the given
- regular expression. With optional =OMIT-CURRENT= as a non-nil value,
- do not include the current Denote file in the returned list. With
- optional =TEXT-ONLY= as a non-nil value, limit the results to text
- files that satisfy ~denote-file-is-note-p~.
+ identifier. The return value may thus include file types that are not
+ implied by ~denote-file-type~. With optional =FILES-MATCHING-REGEXP=,
+ restrict files to those matching the given regular expression. With
+ optional =OMIT-CURRENT= as a non-nil value, do not include the current
+ Denote file in the returned list. With optional =TEXT-ONLY= as a
+ non-nil value, limit the results to text files that satisfy
+ ~denote-file-is-note-p~.
#+findex: denote-directory-subdirectories
+ Function ~denote-directory-subdirectories~ :: Return list of
diff --git a/denote.el b/denote.el
index d6f569a15a..bd946f8dfe 100644
--- a/denote.el
+++ b/denote.el
@@ -1026,9 +1026,6 @@ are not backups."
Files only need to have an identifier. The return value may thus
include file types that are not implied by `denote-file-type'.
-Remember that the variable `denote-directory' accepts a dir-local
-value, as explained in its doc string.
-
With optional FILES-MATCHING-REGEXP, restrict files to those
matching the given regular expression.
- [elpa] externals/denote updated (27ca3c9b02 -> 88a67e9493), ELPA Syncer, 2024/05/16
- [elpa] externals/denote 6becb0951e 03/10: Make denote-retrieve-front-matter-* functions handle nil file-type, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 9e893fb82c 05/10: Remove outdated info in docstring of denote-directory-files,
ELPA Syncer <=
- [elpa] externals/denote d63c10dc1a 06/10: Update docstring of denote--add-front-matter, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 0dc0162933 09/10: Simplify denote-file-is-note-p, ELPA Syncer, 2024/05/16
- [elpa] externals/denote efa9587a6c 02/10: Handle nil case when using denote-retrieve-title-or-filename, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 88a67e9493 10/10: Make some stylistic changes for how non-nil arguments are named, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 80827dfb1d 07/10: Use denote-filename-is-note-p instead of denote-file-is-note-p in some functions, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 10be24b0ed 01/10: Make denote--directory-get-files return only regular files, ELPA Syncer, 2024/05/16
- [elpa] externals/denote df44843766 04/10: Make denote-filetype-heuristics return nil with unrecognized file types, ELPA Syncer, 2024/05/16
- [elpa] externals/denote 6356d5262a 08/10: Merge pull request #350 from jeanphilippegg/cleanup, ELPA Syncer, 2024/05/16