diff options
| author | Dave Love | 2001-01-31 19:10:33 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-31 19:10:33 +0000 |
| commit | a57092e8ca055ec04aba86385a967eed33b6673a (patch) | |
| tree | 63234b4f5a9db21e20d27ba62347a7adfa1d5697 | |
| parent | bf3b936fd062d8f2a8c3ac59820510ab1101e1e8 (diff) | |
| download | emacs-a57092e8ca055ec04aba86385a967eed33b6673a.tar.gz emacs-a57092e8ca055ec04aba86385a967eed33b6673a.zip | |
describe-categories
| -rw-r--r-- | lispref/syntax.texi | 6 |
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. | |||
| 1012 | But if @var{reset} is non-@code{nil}, then it deletes @var{category} | 1012 | But if @var{reset} is non-@code{nil}, then it deletes @var{category} |
| 1013 | instead. | 1013 | instead. |
| 1014 | @end defun | 1014 | @end defun |
| 1015 | |||
| 1016 | @deffn Command describe-categories | ||
| 1017 | This function describes the category specifications in the current | ||
| 1018 | category table. The descriptions are inserted in a buffer, which is | ||
| 1019 | then displayed. | ||
| 1020 | @end deffn | ||