]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove inadvertent changes to syntax.texi in last commit.
authorAlan Mackenzie <acm@muc.de>
Sun, 1 Oct 2017 10:01:33 +0000 (10:01 +0000)
committerAlan Mackenzie <acm@muc.de>
Sun, 1 Oct 2017 11:27:16 +0000 (11:27 +0000)
* doc/lispref/syntax.texi (Position Parse): revert changes.

doc/lispref/syntax.texi

index b37f2b22b827d607dc05ea6c73710362c7109d4b..e3ae53536f91151634f3cefff2cdd5081018171e 100644 (file)
@@ -751,8 +751,7 @@ position.  This function does that conveniently.
 
 @defun syntax-ppss &optional pos
 This function returns the parser state that the parser would reach at
-position @var{pos} starting from the beginning of the visible portion
-of the buffer.
+position @var{pos} starting from the beginning of the buffer.
 @iftex
 See the next section for
 @end iftex
@@ -763,11 +762,11 @@ for a description of the parser state.
 
 The return value is the same as if you call the low-level parsing
 function @code{parse-partial-sexp} to parse from the beginning of the
-visible portion of the buffer to @var{pos} (@pxref{Low-Level
-Parsing}).  However, @code{syntax-ppss} uses caches to speed up the
-computation.  Due to this optimization, the second value (previous
-complete subexpression) and sixth value (minimum parenthesis depth) in
-the returned parser state are not meaningful.
+buffer to @var{pos} (@pxref{Low-Level Parsing}).  However,
+@code{syntax-ppss} uses a cache to speed up the computation.  Due to
+this optimization, the second value (previous complete subexpression)
+and sixth value (minimum parenthesis depth) in the returned parser
+state are not meaningful.
 
 This function has a side effect: it adds a buffer-local entry to
 @code{before-change-functions} (@pxref{Change Hooks}) for