]> git.eshelyaron.com Git - emacs.git/commit
Document that the 'syntax-propertize-function' may move point.
authorPhilipp Stephani <phst@google.com>
Sun, 30 May 2021 20:39:54 +0000 (22:39 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 30 May 2021 20:42:40 +0000 (22:42 +0200)
commited72a8ccd5e32e7752102f223fac12e7ad72709b
tree6c4835ae34cb4def63c80ae2a762afbd1cc79ce4
parent3988411f6c6a1170bca0831874233ff4b739009c
Document that the 'syntax-propertize-function' may move point.

The functions generated by 'syntax-propertize-rules' don't use
'save-excursion', but 'syntax-propertize' does, so we might as well
document that the 'syntax-propertize-function' may move point.

* doc/lispref/syntax.texi (Syntax Properties): Document that the
'syntax-propertize-function' may move point.
doc/lispref/syntax.texi