From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:05:15 +0000 (+0000) Subject: (Fmake_category_set): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=95030461c98673b2c61a78249d64ec6dcc3a6f04;p=emacs.git (Fmake_category_set): Follow error conventions. --- 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. */) 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)