aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/syntax.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/syntax.texi b/lispref/syntax.texi
index d1cb99f2f60..6cf42f9454e 100644
--- a/lispref/syntax.texi
+++ b/lispref/syntax.texi
@@ -885,6 +885,7 @@ corresponds to each syntax flag.
885@defun string-to-syntax @var{desc} 885@defun string-to-syntax @var{desc}
886This function returns the internal form @code{(@var{syntax-code} . 886This function returns the internal form @code{(@var{syntax-code} .
887@var{matching-char})} corresponding to the syntax descriptor @var{desc}. 887@var{matching-char})} corresponding to the syntax descriptor @var{desc}.
888@end defun
888 889
889@node Categories 890@node Categories
890@section Categories 891@section Categories