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

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

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


From: GNU bug Tracking System
Subject: bug#55143: closed ([PATCH] 29.0.50; Duplicated word in lispref)
Date: Wed, 27 Apr 2022 11:45:03 +0000

Your message dated Wed, 27 Apr 2022 14:44:36 +0300
with message-id <83h76elpi3.fsf@gnu.org>
and subject line Re: bug#55143: [PATCH] 29.0.50; Duplicated word in lispref
has caused the debbugs.gnu.org bug report #55143,
regarding [PATCH] 29.0.50; Duplicated word in lispref
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55143: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55143
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [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



--- End Message ---
--- Begin Message --- Subject: Re: bug#55143: [PATCH] 29.0.50; Duplicated word in lispref Date: Wed, 27 Apr 2022 14:44:36 +0300
> 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.


--- End Message ---

reply via email to

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