X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/fd2bf1fbfc8ae6d47000199d020fefe516328358..f10533854f4c7bb54247a11981191bf37b70cb36:/packages/cycle-quotes/cycle-quotes.el diff --git a/packages/cycle-quotes/cycle-quotes.el b/packages/cycle-quotes/cycle-quotes.el index faac0cb75..53de8ac18 100644 --- a/packages/cycle-quotes/cycle-quotes.el +++ b/packages/cycle-quotes/cycle-quotes.el @@ -73,8 +73,8 @@ to be recomputed.") (defun cycle-quotes--fix-escapes (beg end escape-char unescape-char) "Fix character escapes between BEG and END. -Instances of ESCAPE-CHAR will be escaped by `\', while instances -where UNESCAPE-CHAR are escaped by `\' will have their escape +Instances of ESCAPE-CHAR will be escaped by `\\', while instances +where UNESCAPE-CHAR are escaped by `\\' will have their escape character removed." (let ((escape-string (string escape-char)) (unescape-string (string unescape-char)))