* doc/emacs/help.texi (Misc Help): Index describe-syntax.
* doc/lispref/syntax.texi (Syntax Table Functions): Mention describe-syntax.
+2013-06-26 Glenn Morris <rgm@gnu.org>
+
+ * help.texi (Misc Help): Index describe-syntax.
+
2013-05-23 Glenn Morris <rgm@gnu.org>
* programs.texi (Semantic): Fix typo.
@kindex C-h b
@findex describe-bindings
+@kindex C-h s
+@findex describe-syntax
@kbd{C-h b} (@code{describe-bindings}) and @kbd{C-h s}
(@code{describe-syntax}) show other information about the current
environment within Emacs. @kbd{C-h b} displays a list of all the key
+2013-06-26 Glenn Morris <rgm@gnu.org>
+
+ * syntax.texi (Syntax Table Functions): Mention describe-syntax.
+
2013-06-19 Glenn Morris <rgm@gnu.org>
* loading.texi (Autoload): Fix typo.
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