aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/syntax.texi6
1 files changed, 6 insertions, 0 deletions
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.
1012But if @var{reset} is non-@code{nil}, then it deletes @var{category} 1012But if @var{reset} is non-@code{nil}, then it deletes @var{category}
1013instead. 1013instead.
1014@end defun 1014@end defun
1015
1016@deffn Command describe-categories
1017This function describes the category specifications in the current
1018category table. The descriptions are inserted in a buffer, which is
1019then displayed.
1020@end deffn