diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 16:05:15 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-23 16:05:15 +0000 |
commit | 95030461c98673b2c61a78249d64ec6dcc3a6f04 (patch) | |
tree | e6bd60c2a7590cd6bbb89c391598c8224c8b4aa2 /src/category.c | |
parent | d4db983a998ff67c3ca7872bf3623559e5da9488 (diff) | |
download | emacs-95030461c98673b2c61a78249d64ec6dcc3a6f04.tar.gz emacs-95030461c98673b2c61a78249d64ec6dcc3a6f04.tar.bz2 emacs-95030461c98673b2c61a78249d64ec6dcc3a6f04.zip |
(Fmake_category_set): Follow error conventions.
Diffstat (limited to 'src/category.c')
-rw-r--r-- | src/category.c | 2 |
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. */) 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) |