From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:06:58 +0000 (+0000) Subject: (Fsubst_char_in_region): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8704 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdd6025e589453f93ec47dfc42ada04bd0248f7c;p=emacs.git (Fsubst_char_in_region): Follow error conventions. --- diff --git a/src/editfns.c b/src/editfns.c index 4bc5336e997..a7296c4428f 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -2660,7 +2660,7 @@ Both characters must have the same length of multi-byte form. */) { len = CHAR_STRING (XFASTINT (fromchar), fromstr); if (CHAR_STRING (XFASTINT (tochar), tostr) != len) - error ("Characters in subst-char-in-region have different byte-lengths"); + error ("Characters in `subst-char-in-region' have different byte-lengths"); if (!ASCII_BYTE_P (*tostr)) { /* If *TOSTR is in the range 0x80..0x9F and TOCHAR is not a