mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
Clarify syntax-ppss doc string
* lisp/emacs-lisp/syntax.el (syntax-ppss): Clarify doc string.
This commit is contained in:
parent
50cbb727b5
commit
b1ed72fd70
1 changed files with 2 additions and 1 deletions
|
|
@ -545,10 +545,11 @@ These are valid when the buffer has no restriction.")
|
|||
|
||||
(defun syntax-ppss (&optional pos)
|
||||
"Parse-Partial-Sexp State at POS, defaulting to point.
|
||||
If POS is given, this function moves point to POS.
|
||||
|
||||
The returned value is the same as that of `parse-partial-sexp'
|
||||
run from `point-min' to POS except that values at positions 2 and 6
|
||||
in the returned list (counting from 0) cannot be relied upon.
|
||||
Point is at POS when this function returns.
|
||||
|
||||
It is necessary to call `syntax-ppss-flush-cache' explicitly if
|
||||
this function is called while `before-change-functions' is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue