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

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

[elpa] externals/easy-escape cb88404 10/27: Remove example from README


From: ELPA Syncer
Subject: [elpa] externals/easy-escape cb88404 10/27: Remove example from README
Date: Tue, 14 Sep 2021 17:57:30 -0400 (EDT)

branch: externals/easy-escape
commit cb88404f8b3bfa761612c85fe7df5dee6b2df237
Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit--Claudel <clement.pitclaudel@live.com>

    Remove example from README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 50d1b6a..e0e572a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ![Easy-escape: before and after](img/easy-escape.png)
 
-`easy-escape-minor-mode` composes double backslashes (escape characters) into 
single backslashes, and highlights them to improve readability. For example, 
`easy-escape` displays `"\\(?:\\_<\\\\newcommand\\_>\\s-*\\)?"` as 
`"\(?:\_<\\newcommand\_>\s-*\)?"`. The underlying buffer text is not modified.
+`easy-escape-minor-mode` composes double backslashes (escape characters) into 
single backslashes, and highlights them to improve readability. The underlying 
buffer text is not modified.
 
 The default is to use a single \ character instead of two, but the character 
used and its color can be customized using `easy-escape-face` and 
`easy-escape-character`.
 



reply via email to

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