diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/category.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/category.c b/src/category.c index 4397f662ba9..83157974080 100644 --- a/src/category.c +++ b/src/category.c | |||
| @@ -336,6 +336,8 @@ The category is changed only for table TABLE, which defaults to | |||
| 336 | the current buffer's category table. | 336 | the current buffer's category table. |
| 337 | CHARACTER can be either a single character or a cons representing the | 337 | CHARACTER can be either a single character or a cons representing the |
| 338 | lower and upper ends of an inclusive character range to modify. | 338 | lower and upper ends of an inclusive character range to modify. |
| 339 | CATEGORY must be a category name (a character between ` ' and `~'). | ||
| 340 | Use `describe-categories' to see existing category names. | ||
| 339 | If optional fourth argument RESET is non-nil, | 341 | If optional fourth argument RESET is non-nil, |
| 340 | then delete CATEGORY from the category set instead of adding it. */) | 342 | then delete CATEGORY from the category set instead of adding it. */) |
| 341 | (Lisp_Object character, Lisp_Object category, Lisp_Object table, Lisp_Object reset) | 343 | (Lisp_Object character, Lisp_Object category, Lisp_Object table, Lisp_Object reset) |