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

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

[elpa] externals/counsel 11609248ef 1/3: Properly quote ` and ' in docst


From: Basil L. Contovounesios
Subject: [elpa] externals/counsel 11609248ef 1/3: Properly quote ` and ' in docstring to avoid curly quotes
Date: Sun, 26 Jun 2022 14:16:46 -0400 (EDT)

branch: externals/counsel
commit 11609248ef7730d76820fbf85b59bf4cb5f0c280
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Properly quote ` and ' in docstring to avoid curly quotes
    
    * counsel.el (counsel-find-file-ignore-regexp): Fix quoting of ` and ' in
    docstring to avoid them using curly quotes.
---
 counsel.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/counsel.el b/counsel.el
index c18c6385a6..3c02e41f83 100644
--- a/counsel.el
+++ b/counsel.el
@@ -1962,10 +1962,10 @@ 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
+Example value: \"\\(?:\\\\=`[#.]\\)\\|\\(?:[#~]\\\\='\\)\".  This will hide
 temporary and lock files.
 \\<ivy-minibuffer-map>
-Choosing the dotfiles option, \"\\`\\.\", might be convenient,
+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],
 but the leading dot is a lot faster."



reply via email to

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