emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/xeft 936d116413 4/4: ; Minor docstring change


From: ELPA Syncer
Subject: [elpa] externals/xeft 936d116413 4/4: ; Minor docstring change
Date: Sat, 28 Jan 2023 22:58:22 -0500 (EST)

branch: externals/xeft
commit 936d116413f05225d7d17985fd2ac3b0033e85ad
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@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

[Prev in Thread] Current Thread [Next in Thread]