branch: externals/easy-escape
commit cb88404f8b3bfa761612c85fe7df5dee6b2df237
Author: Clément Pit--Claudel <clement.pitclau...@live.com>
Commit: Clément Pit--Claudel <clement.pitclau...@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