Mercurial > emacs
changeset 63696:43b9742ef102
(Fsubst_char_in_region): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jun 2005 16:06:58 +0000 |
parents | 98563021d2e3 |
children | 9f617bb41e22 |
files | src/editfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/editfns.c Thu Jun 23 16:06:10 2005 +0000 +++ b/src/editfns.c Thu Jun 23 16:06:58 2005 +0000 @@ -2660,7 +2660,7 @@ { 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