diff options
author | Arash Esbati <arash@gnu.org> | 2022-04-27 12:32:38 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-04-27 14:43:20 +0300 |
commit | 37234157437228174a626fa10353f377179dc46e (patch) | |
tree | 174b0552daee064ef39aed693e31c9870761416c | |
parent | 7c1fc2348918a1ad8c61c7519a51042d48d7aa8d (diff) | |
download | emacs-37234157437228174a626fa10353f377179dc46e.tar.gz emacs-37234157437228174a626fa10353f377179dc46e.tar.bz2 emacs-37234157437228174a626fa10353f377179dc46e.zip |
; * doc/lispref/syntax.texi (Position Parse): Fix a typo. (Bug#55143)
-rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 9120e637274..e84b901eaa9 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -770,7 +770,7 @@ 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. @iftex -See the next section for +See the next section @end iftex @ifnottex @xref{Parser State}, |