(Fmake_category_set): Follow error conventions.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user