branch: externals/denote-search
commit 7fab6fc6fb9fc058acc2d8df12dfd3df25f2bd45
Author: Lucas Quintana <lm...@protonmail.com>
Commit: Lucas Quintana <lm...@protonmail.com>

    Documentation fixes
---
 README.org       | 4 +++-
 denote-search.el | 5 +++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.org b/README.org
index dca5bd0f24..f066572f9d 100644
--- a/README.org
+++ b/README.org
@@ -137,7 +137,7 @@ restricted subset of files and are described in the next 
sections.
 #+findex: denote-search-marked-dired-files
 The command ~denote-search-marked-dired-files~ acts just like
 ~denote-search~, but it restricts the search to the files marked in
-current Dired buffer (see [[info:emacs#Dired][Marks vs Flags]]).  This is 
useful if you only
+current Dired buffer (see [[info:emacs#Marks vs Flags][Marks vs Flags]]).  
This is useful if you only
 want to search some files, though depending on the case maybe you'd
 be better served by our built-in filtering capabilities; see
 [[*filtering the search results][filtering the search results]].
@@ -261,6 +261,8 @@ It's possible that you don't want to start a new search, 
but rather to
 search something on the curated file list you got.  See [[*focused 
search][focused
 search]].
 
+#+findex: denote-search-exclude-files-with-keyword
+#+findex: denote-search-only-include-files-with-keyword
 Filtering by keyword is such a common operation that two special
 commands exist just for that: ~X~
 (~denote-search-exclude-files-with-keyword~) and ~I~
diff --git a/denote-search.el b/denote-search.el
index 66ee720188..30126d97ea 100644
--- a/denote-search.el
+++ b/denote-search.el
@@ -38,6 +38,11 @@
 ;; filtering; all standard commands offered by Xref are available as
 ;; well.
 ;;
+;; Other relevant points of entry are
+;; `denote-search-marked-dired-files' and
+;; `denote-search-files-referenced-in-region'.  See the documentation
+;; for details.
+;;
 ;; This package has the same code principles as Denote: to be
 ;; simple-to-use, focused-in-scope, and effective.  We build upon Xref
 ;; to be good Emacs citizens, and don't use any dependencies other

Reply via email to