diff options
Diffstat (limited to 'src/category.h')
-rw-r--r-- | src/category.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/category.h b/src/category.h index 3b2e609bdd3..d48d99df805 100644 --- a/src/category.h +++ b/src/category.h @@ -109,7 +109,7 @@ extern Lisp_Object _temp_category_set; #else #define CATEGORY_SET(c) \ Faref (current_buffer->category_table, make_number (c)) -#endif +#endif /* Return the doc string of CATEGORY in category table TABLE. */ #define CATEGORY_DOCSTRING(table, category) \ |