GNU bug report logs -
#55143
[PATCH] 29.0.50; Duplicated word in lispref
Previous Next
Reported by: Arash Esbati <arash <at> gnu.org>
Date: Wed, 27 Apr 2022 10:33:01 UTC
Severity: normal
Tags: patch
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi all,
I suggest to install this small change:
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi
index 9120e63727..e84b901eaa 100644
--- a/doc/lispref/syntax.texi
+++ b/doc/lispref/syntax.texi
@@ -770,7 +770,7 @@ Position Parse
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},
Currently, the description for syntax-ppss reads like this in elisp.pdf:
syntax-ppss &optional pos
This function returns the parser state that the parser would reach at
position pos starting from the beginning of the visible portion of the
buffer. See the next section for for a description of the parser state.
^^^^^^^
Best, Arash
This bug report was last modified 3 years and 85 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.