diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/syntax.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index b0c04ef9c25..63d534dd134 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -882,6 +882,11 @@ The value is @code{nil} if @var{state} represents a parse which has | |||
| 882 | arrived at a top level position. | 882 | arrived at a top level position. |
| 883 | @end defun | 883 | @end defun |
| 884 | 884 | ||
| 885 | @defun syntax-ppss-context state | ||
| 886 | Return @code{string} if @var{state} is a string and @code{comment} if | ||
| 887 | it's a comment. | ||
| 888 | @end defun | ||
| 889 | |||
| 885 | @node Low-Level Parsing | 890 | @node Low-Level Parsing |
| 886 | @subsection Low-Level Parsing | 891 | @subsection Low-Level Parsing |
| 887 | 892 | ||