projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ecbed0
)
Improve documentation of syntax-ppss-context slightly
author
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Oct 2021 15:51:56 +0000
(17:51 +0200)
committer
Robert 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
patch
|
blob
|
history
diff --git
a/doc/lispref/syntax.texi
b/doc/lispref/syntax.texi
index deec3f44c08cf8b6429125df8efc1ba446a8a10f..87ade73c2aee391287c8ca4b76469c5ba4c863ec 100644
(file)
--- a/
doc/lispref/syntax.texi
+++ b/
doc/lispref/syntax.texi
@@
-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