unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#55143: [PATCH] 29.0.50; Duplicated word in lispref
@ 2022-04-27 10:32 Arash Esbati
  2022-04-27 11:44 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Arash Esbati @ 2022-04-27 10:32 UTC (permalink / raw)
  To: 55143

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#55143: [PATCH] 29.0.50; Duplicated word in lispref
  2022-04-27 10:32 bug#55143: [PATCH] 29.0.50; Duplicated word in lispref Arash Esbati
@ 2022-04-27 11:44 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2022-04-27 11:44 UTC (permalink / raw)
  To: Arash Esbati; +Cc: 55143-done

> From: Arash Esbati <arash@gnu.org>
> Date: Wed, 27 Apr 2022 12:32:38 +0200
> 
> 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.
>                                ^^^^^^^

Thanks, fixed on the release branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-27 11:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 10:32 bug#55143: [PATCH] 29.0.50; Duplicated word in lispref Arash Esbati
2022-04-27 11:44 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).