aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-23 16:05:15 +0000
committerJuanma Barranquero2005-06-23 16:05:15 +0000
commit95030461c98673b2c61a78249d64ec6dcc3a6f04 (patch)
treee6bd60c2a7590cd6bbb89c391598c8224c8b4aa2
parentd4db983a998ff67c3ca7872bf3623559e5da9488 (diff)
downloademacs-95030461c98673b2c61a78249d64ec6dcc3a6f04.tar.gz
emacs-95030461c98673b2c61a78249d64ec6dcc3a6f04.zip
(Fmake_category_set): Follow error conventions.
-rw-r--r--src/category.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.c b/src/category.c
index b7eadd0e771..1cae5a6e756 100644
--- a/src/category.c
+++ b/src/category.c
@@ -67,7 +67,7 @@ those categories. */)
67 val = MAKE_CATEGORY_SET; 67 val = MAKE_CATEGORY_SET;
68 68
69 if (STRING_MULTIBYTE (categories)) 69 if (STRING_MULTIBYTE (categories))
70 error ("Multibyte string in make-category-set"); 70 error ("Multibyte string in `make-category-set'");
71 71
72 len = SCHARS (categories); 72 len = SCHARS (categories);
73 while (--len >= 0) 73 while (--len >= 0)