]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of syntax-ppss-context slightly
authorRobert Pluim <rpluim@gmail.com>
Fri, 22 Oct 2021 15:51:56 +0000 (17:51 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 22 Oct 2021 15:54:55 +0000 (17:54 +0200)
* doc/lispref/syntax.texi (Parser State): Document all possible return
values from 'syntax-ppss-context'.

doc/lispref/syntax.texi

index deec3f44c08cf8b6429125df8efc1ba446a8a10f..87ade73c2aee391287c8ca4b76469c5ba4c863ec 100644 (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