]> git.eshelyaron.com Git - emacs.git/commit
Move description of value to syntax-ppss function.
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Oct 2019 11:39:14 +0000 (12:39 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Oct 2019 12:16:44 +0000 (13:16 +0100)
commit305dbc7e2be05748039aacb1a3d697f6f64bed4c
tree4110b343b5b5c96000b02e81b9051821b9e71d9b
parent40c787ff4e9162d6f1a9a0abac3c83f1d0389810
Move description of value to syntax-ppss function.

* lisp/emacs-lisp/syntax.el (syntax-ppss): Move the description of
the return value from...

* src/syntax.c (Fparse_partial_sexp): ... here because
`syntax-ppss' is what's called over the place, and jumping through
an indirection to get to the value description is inconvenient.
lisp/emacs-lisp/syntax.el
src/syntax.c