diff options
| author | Alan Mackenzie | 2017-10-01 10:01:33 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2017-10-01 10:01:33 +0000 |
| commit | 6d596ff94b63c919c104cbfd406bd35c09f760c1 (patch) | |
| tree | 7c005f56909cf2dbb8bc686006adde348542c617 | |
| parent | 8b234b664e05bd38642831b1296943bde1ad18df (diff) | |
| download | emacs-scratch/customize-quotes.tar.gz emacs-scratch/customize-quotes.zip | |
Remove inadvertent changes to syntax.texi in last commit.scratch/customize-quotes
* doc/lispref/syntax.texi (Position Parse): revert changes.
| -rw-r--r-- | doc/lispref/syntax.texi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index b37f2b22b82..e3ae53536f9 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi | |||
| @@ -751,8 +751,7 @@ position. This function does that conveniently. | |||
| 751 | 751 | ||
| 752 | @defun syntax-ppss &optional pos | 752 | @defun syntax-ppss &optional pos |
| 753 | This function returns the parser state that the parser would reach at | 753 | This function returns the parser state that the parser would reach at |
| 754 | position @var{pos} starting from the beginning of the visible portion | 754 | position @var{pos} starting from the beginning of the buffer. |
| 755 | of the buffer. | ||
| 756 | @iftex | 755 | @iftex |
| 757 | See the next section for | 756 | See the next section for |
| 758 | @end iftex | 757 | @end iftex |
| @@ -763,11 +762,11 @@ for a description of the parser state. | |||
| 763 | 762 | ||
| 764 | The return value is the same as if you call the low-level parsing | 763 | The return value is the same as if you call the low-level parsing |
| 765 | function @code{parse-partial-sexp} to parse from the beginning of the | 764 | function @code{parse-partial-sexp} to parse from the beginning of the |
| 766 | visible portion of the buffer to @var{pos} (@pxref{Low-Level | 765 | buffer to @var{pos} (@pxref{Low-Level Parsing}). However, |
| 767 | Parsing}). However, @code{syntax-ppss} uses caches to speed up the | 766 | @code{syntax-ppss} uses a cache to speed up the computation. Due to |
| 768 | computation. Due to this optimization, the second value (previous | 767 | this optimization, the second value (previous complete subexpression) |
| 769 | complete subexpression) and sixth value (minimum parenthesis depth) in | 768 | and sixth value (minimum parenthesis depth) in the returned parser |
| 770 | the returned parser state are not meaningful. | 769 | state are not meaningful. |
| 771 | 770 | ||
| 772 | This function has a side effect: it adds a buffer-local entry to | 771 | This function has a side effect: it adds a buffer-local entry to |
| 773 | @code{before-change-functions} (@pxref{Change Hooks}) for | 772 | @code{before-change-functions} (@pxref{Change Hooks}) for |