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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 27 Apr 2022 14:44:36 +0300
with message-id <83h76elpi3.fsf <at> 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 <at> gnu.org.)
--
55143: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55143
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
> From: Arash Esbati <arash <at> 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.
This bug report was last modified 3 years and 84 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.