(Fmake_category_set): Follow error conventions.

This commit is contained in:
Juanma Barranquero
2005-06-23 16:05:15 +00:00
parent d4db983a99
commit 95030461c9

View File

@@ -67,7 +67,7 @@ those categories. */)
val = MAKE_CATEGORY_SET;
if (STRING_MULTIBYTE (categories))
error ("Multibyte string in make-category-set");
error ("Multibyte string in `make-category-set'");
len = SCHARS (categories);
while (--len >= 0)