]> code.delx.au - gnu-emacs/commitdiff
(Fsubst_char_in_region): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:06:58 +0000 (16:06 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:06:58 +0000 (16:06 +0000)
src/editfns.c

index 4bc5336e997e2813ee9dfa6f6593afb4a72e3b3d..a7296c4428f9a107bc8ca6e11e549c58609d3880 100644 (file)
@@ -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