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

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

[elpa] externals/counsel 8984f50a82 2/3: Further fix counsel-find-file-i


From: Basil L. Contovounesios
Subject: [elpa] externals/counsel 8984f50a82 2/3: Further fix counsel-find-file-ignore-regexp doc
Date: Sun, 26 Jun 2022 14:16:46 -0400 (EDT)

branch: externals/counsel
commit 8984f50a823152e0efd3aac2b9ac0d76664f0b2f
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Further fix counsel-find-file-ignore-regexp doc
    
    * counsel.el (counsel-find-file-ignore-regexp): Simplify sample
    regexp.  Heed sentence-end-double-space.
---
 counsel.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/counsel.el b/counsel.el
index 3c02e41f83..920a5c9619 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1962,12 +1962,12 @@ choose between `yes-or-no-p' and `y-or-n-p'; otherwise 
default to
 These files are un-ignored if `ivy-text' matches them.  The
 common way to show all files is to start `ivy-text' with a dot.
 
-Example value: \"\\(?:\\\\=`[#.]\\)\\|\\(?:[#~]\\\\='\\)\".  This will hide
-temporary and lock files.
+Example value: \"\\\\=`[#.]\\|[#~]\\\\='\".
+This will hide temporary and lock files.
 \\<ivy-minibuffer-map>
 Choosing the dotfiles option, \"\\\\=`\\.\", might be convenient,
 since you can still access the dotfiles if your input starts with
-a dot. The generic way to toggle ignored files is \\[ivy-toggle-ignore],
+a dot.  The generic way to toggle ignored files is \\[ivy-toggle-ignore],
 but the leading dot is a lot faster."
   :type `(choice
           (const :tag "None" nil)



reply via email to

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