branch: externals/easy-escape commit a94d3294e0128a96e55af33636e2a6067e017a3b Author: Clément Pit-Claudel <clement.pitclau...@live.com> Commit: Clément Pit-Claudel <clement.pitclau...@live.com>
Rewrap doc comment --- easy-escape.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/easy-escape.el b/easy-escape.el index 182453b..659fe66 100644 --- a/easy-escape.el +++ b/easy-escape.el @@ -35,8 +35,9 @@ ;; ;; The default is to use a single \ character instead of two, and to hide ;; backslashes preceding parentheses or `|'. The escape character and its color -;; can be customized using `easy-escape-face' and `easy-escape-character' (which see), and backslashes -;; before ()| can be shown by disabling `easy-escape-hide-escapes-before-delimiters'. +;; can be customized using `easy-escape-face' and `easy-escape-character' (which +;; see), and backslashes before ()| can be shown by disabling +;; `easy-escape-hide-escapes-before-delimiters'. ;; ;; Suggested setup: ;; (add-hook 'lisp-mode-hook 'easy-escape-minor-mode)