bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55143: [PATCH] 29.0.50; Duplicated word in lispref


From: Arash Esbati
Subject: bug#55143: [PATCH] 29.0.50; Duplicated word in lispref
Date: Wed, 27 Apr 2022 12:32:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]