aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2001-01-31 19:10:33 +0000
committerDave Love2001-01-31 19:10:33 +0000
commita57092e8ca055ec04aba86385a967eed33b6673a (patch)
tree63234b4f5a9db21e20d27ba62347a7adfa1d5697
parentbf3b936fd062d8f2a8c3ac59820510ab1101e1e8 (diff)
downloademacs-a57092e8ca055ec04aba86385a967eed33b6673a.tar.gz
emacs-a57092e8ca055ec04aba86385a967eed33b6673a.zip
describe-categories
-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