branch: externals/xeft
commit 936d116413f05225d7d17985fd2ac3b0033e85ad
Author: Yuan Fu <caso...@gmail.com>
Commit: Yuan Fu <caso...@gmail.com>

    ; Minor docstring change
    
    * xeft.el (xeft-ignore-extension):
    (xeft-recursive): Update docstring
---
 xeft.el | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/xeft.el b/xeft.el
index 06b6e2c0d7..65684eb8ea 100644
--- a/xeft.el
+++ b/xeft.el
@@ -135,7 +135,10 @@
 
 To remove the files that you want to ignore but are already
 indexed in the database, simply delete the database and start
-xeft again."
+xeft again.
+
+If this is not flexible enough, take a look at
+‘xeft-file-filter’."
   :type '(list string))
 
 (defcustom xeft-file-filter #'xeft-default-file-filter
@@ -157,7 +160,10 @@ from indexing."
 
 (defcustom xeft-recursive nil
   "If non-nil, xeft searches for file recursively.
-Xeft doesn’t follow symlinks and ignores inaccessible directories."
+
+Xeft doesn’t follow symlinks and ignores inaccessible
+directories. Customize ‘xeft-directory-filter’ to exclude
+subdirectories."
   :type 'boolean)
 
 (defcustom xeft-file-list-function #'xeft--file-list

Reply via email to