]> git.eshelyaron.com Git - emacs.git/commitdiff
Document CATEGORY arg to modify-category-entry
authorNoam Postavsky <npostavs@gmail.com>
Sun, 14 Aug 2016 02:54:53 +0000 (22:54 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 14 Aug 2016 02:56:11 +0000 (22:56 -0400)
* src/category.c (Fmodify_category_entry): Document CATEGORY argument.

src/category.c

index 4397f662ba9ebe42a8deb6c51bee0246852c66ee..831579740805d279d9a0ee993b2dbef0da3db95b 100644 (file)
@@ -336,6 +336,8 @@ The category is changed only for table TABLE, which defaults to
 the current buffer's category table.
 CHARACTER can be either a single character or a cons representing the
 lower and upper ends of an inclusive character range to modify.
+CATEGORY must be a category name (a character between ` ' and `~').
+Use `describe-categories' to see existing category names.
 If optional fourth argument RESET is non-nil,
 then delete CATEGORY from the category set instead of adding it.  */)
   (Lisp_Object character, Lisp_Object category, Lisp_Object table, Lisp_Object reset)