]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/cycle-quotes/cycle-quotes.el
Fix some quoting problems in doc strings
[gnu-emacs-elpa] / packages / cycle-quotes / cycle-quotes.el
index faac0cb755b4cfae633463dc5c307adaa9b5af49..53de8ac18697ad7dc612edfd197e0d4a92b7aa1a 100644 (file)
@@ -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)))