Improve documentation of syntax-ppss-context slightly

* doc/lispref/syntax.texi (Parser State): Document all possible return
values from 'syntax-ppss-context'.
This commit is contained in:
Robert Pluim 2021-10-22 17:51:56 +02:00
parent 5ecbed01b2
commit 7fde84e881

View file

@ -900,6 +900,7 @@ arrived at a top level position.
@defun syntax-ppss-context state
Return @code{string} if the end position of the scan returning
@var{state} is in a string, and @code{comment} if it's in a comment.
Otherwise return @code{nil}.
@end defun
@node Low-Level Parsing