summaryrefslogtreecommitdiff
path: root/doc/lispref/syntax.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-01-10 20:05:46 +0200
committerEli Zaretskii <eliz@gnu.org>2016-01-10 20:05:46 +0200
commit303141ae6eddf690a851f917e285a40a2356021a (patch)
tree39554d408a3c31708d14ab0114e771be3f43da9a /doc/lispref/syntax.texi
parent4e6f61ce01cb77088c1d2b709e134eca9286b80b (diff)
downloademacs-303141ae6eddf690a851f917e285a40a2356021a.tar.gz
Update documentation for obsoleting 'syntax-begin-function'
* doc/lispref/syntax.texi (Position Parse): Undocument 'syntax-begin-function' that is now obsolete.
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r--doc/lispref/syntax.texi11
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index af24b996c0a..19782d0fbde 100644
--- a/doc/lispref/syntax.texi
+++ b/doc/lispref/syntax.texi
@@ -787,17 +787,6 @@ used on hooks such as @code{before-change-functions} (@pxref{Change
Hooks}).
@end defun
- Major modes can make @code{syntax-ppss} run faster by specifying
-where it needs to start parsing.
-
-@defvar syntax-begin-function
-If this is non-@code{nil}, it should be a function that moves to an
-earlier buffer position where the parser state is equivalent to
-@code{nil}---in other words, a position outside of any comment,
-string, or parenthesis. @code{syntax-ppss} uses it to further
-optimize its computations, when the cache gives no help.
-@end defvar
-
@node Parser State
@subsection Parser State
@cindex parser state