From: Dave Love Date: Wed, 31 Jan 2001 19:10:33 +0000 (+0000) Subject: describe-categories X-Git-Tag: emacs-pretest-21.0.98~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a57092e8ca055ec04aba86385a967eed33b6673a;p=emacs.git describe-categories --- diff --git a/lispref/syntax.texi b/lispref/syntax.texi index eb0591b855c..9ac397afb3f 100644 --- a/lispref/syntax.texi +++ b/lispref/syntax.texi @@ -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