--- poe.el~ 2013-08-25 22:06:47.000000000 +0000 +++ poe.el 2016-04-24 23:55:58.973641100 +0000 @@ -1079,11 +1079,11 @@ then capitalize each word in NEWTEXT. If third arg LITERAL is non-nil, insert NEWTEXT literally. -Otherwise treat `\' as special: - `\&' in NEWTEXT means substitute original matched text. - `\N' means substitute what matched the Nth `\(...\)'. +Otherwise treat `\\' as special: + `\\&' in NEWTEXT means substitute original matched text. + `\\N' means substitute what matched the Nth `\(...\)'. If Nth parens didn't match, substitute nothing. - `\\' means insert one `\'. + `\\\\' means insert one `\\'. FIXEDCASE and LITERAL are optional arguments. Leaves point at end of replacement text. @@ -1131,11 +1131,11 @@ then capitalize each word in NEWTEXT. If third arg LITERAL is non-nil, insert NEWTEXT literally. -Otherwise treat `\' as special: - `\&' in NEWTEXT means substitute original matched text. - `\N' means substitute what matched the Nth `\(...\)'. +Otherwise treat `\\' as special: + `\\&' in NEWTEXT means substitute original matched text. + `\\N' means substitute what matched the Nth `\(...\)'. If Nth parens didn't match, substitute nothing. - `\\' means insert one `\'. + `\\\\' means insert one `\\'. FIXEDCASE and LITERAL are optional arguments. Leaves point at end of replacement text.