changeset 35795:30079c668d33

describe-categories
author Dave Love <fx@gnu.org>
date Wed, 31 Jan 2001 19:10:33 +0000
parents d799d4752d1e
children d3872b19023d
files lispref/syntax.texi
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/syntax.texi	Wed Jan 31 18:37:17 2001 +0000
+++ b/lispref/syntax.texi	Wed Jan 31 19:10:33 2001 +0000
@@ -1012,3 +1012,9 @@
 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