emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 8d68147: Document CATEGORY arg to modify-category


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-25 8d68147: Document CATEGORY arg to modify-category-entry
Date: Sun, 14 Aug 2016 02:56:16 +0000 (UTC)

branch: emacs-25
commit 8d681476bd44a2f843030579a5bbf5a248488afb
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Document CATEGORY arg to modify-category-entry
    
    * src/category.c (Fmodify_category_entry): Document CATEGORY argument.
---
 src/category.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/category.c b/src/category.c
index 4397f66..8315797 100644
--- a/src/category.c
+++ b/src/category.c
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]