summaryrefslogtreecommitdiff
path: root/doc/lispref/syntax.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-06-26 00:16:20 -0700
committerGlenn Morris <rgm@gnu.org>2013-06-26 00:16:20 -0700
commit253e30aa895331c42697a6e995f8819385828a6a (patch)
tree45e6cebc496528ef421697bf31b4c348a75a7041 /doc/lispref/syntax.texi
parent9dc3215fab2989509ce14e6eb7c1d616d2c7c5b3 (diff)
downloademacs-253e30aa895331c42697a6e995f8819385828a6a.tar.gz
Manual fixes re describe-syntax
* doc/emacs/help.texi (Misc Help): Index describe-syntax. * doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r--doc/lispref/syntax.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index dfa121103bc..6bbd7a3a7b7 100644
--- a/doc/lispref/syntax.texi
+++ b/doc/lispref/syntax.texi
@@ -506,6 +506,11 @@ This function returns the current syntax table, which is the table for
the current buffer.
@end defun
+@deffn Command describe-syntax &optional buffer
+This command displays the contents of the syntax table of
+@var{buffer} (by default, the current buffer) in a help buffer.
+@end deffn
+
@defmac with-syntax-table table body@dots{}
This macro executes @var{body} using @var{table} as the current syntax
table. It returns the value of the last form in @var{body}, after