]> git.eshelyaron.com Git - emacs.git/commitdiff
describe-categories
authorDave Love <fx@gnu.org>
Wed, 31 Jan 2001 19:10:33 +0000 (19:10 +0000)
committerDave Love <fx@gnu.org>
Wed, 31 Jan 2001 19:10:33 +0000 (19:10 +0000)
lispref/syntax.texi

index eb0591b855cec72160e8e82b672243904bc05327..9ac397afb3f9ee293ef1065fe81c906891e78411 100644 (file)
@@ -1012,3 +1012,9 @@ Normally, it modifies the category set by adding @var{category} to it.
 But if @var{reset} is non-@code{nil}, then it deletes @var{category}
 instead.
 @end defun
+
+@deffn Command describe-categories
+This function describes the category specifications in the current
+category table.  The descriptions are inserted in a buffer, which is
+then displayed.
+@end deffn