GNU bug report logs - #21362
25.0.50; doc/lispref/strings.texi duplicated string-prefix-p/string-suffix-p function describe text section

Previous Next

Package: emacs;

Reported by: lo2net <fangtao0901 <at> gmail.com>

Date: Thu, 27 Aug 2015 13:04:01 UTC

Severity: minor

Tags: fixed

Found in version 25.0.50

Fixed in version 25.2

Done: Noam Postavsky <npostavs <at> users.sourceforge.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21362 in the body.
You can then email your comments to 21362 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#21362; Package emacs. (Thu, 27 Aug 2015 13:04:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to lo2net <fangtao0901 <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 27 Aug 2015 13:04:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: lo2net <fangtao0901 <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 25.0.50;
 doc/lispref/strings.texi duplicated string-prefix-p/string-suffix-p
 function describe text section
Date: Thu, 27 Aug 2015 21:02:36 +0800
Hi all,
  Found duplicated text section in file doc/lispref/strings.texi:

......
507 @defun string-prefix-p string1 string2 &optional ignore-case
508 This function returns non-@code{nil} if @var{string1} is a prefix of
509 @var{string2}; i.e., if @var{string2} starts with @var{string1}.  If
510 the optional argument @var{ignore-case} is non-@code{nil}, the
511 comparison ignores case differences.
512 @end defun
513 
514 @defun string-suffix-p suffix string &optional ignore-case
515 This function returns non-@code{nil} if @var{suffix} is a suffix of
516 @var{string}; i.e., if @var{string} ends with @var{suffix}.  If the
517 optional argument @var{ignore-case} is non-@code{nil}, the comparison
518 ignores case differences.
519 @end defun

......
623 @defun string-prefix-p string1 string2 &optional ignore-case
624 This function returns non-@code{nil} if @var{string1} is a prefix of
625 @var{string2}; i.e., if @var{string2} starts with @var{string1}.  If
626 the optional argument @var{ignore-case} is non-@code{nil}, the
627 comparison ignores case differences.
628 @end defun
629 
630 @defun string-suffix-p suffix string &optional ignore-case
631 This function returns non-@code{nil} if @var{suffix} is a suffix of
632 @var{string}; i.e., if @var{string} ends with @var{suffix}.  If the
633 optional argument @var{ignore-case} is non-@code{nil}, the comparison
634 ignores case differences.
635 @end defun

Thanks,
lo2net




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#21362; Package emacs. (Mon, 29 Jan 2018 00:54:01 GMT) Full text and rfc822 format available.

Message #8 received at 21362 <at> debbugs.gnu.org (full text, mbox):

From: Noam Postavsky <npostavs <at> users.sourceforge.net>
To: lo2net <fangtao0901 <at> gmail.com>
Cc: 21362 <at> debbugs.gnu.org
Subject: Re: bug#21362: 25.0.50;
 doc/lispref/strings.texi duplicated string-prefix-p/string-suffix-p
 function describe text section
Date: Sun, 28 Jan 2018 19:53:27 -0500
tags 21362 fixed
close 21362 25.2
quit

lo2net <fangtao0901 <at> gmail.com> writes:

> Hi all,
>   Found duplicated text section in file doc/lispref/strings.texi:

It was fixed along with Bug#25047.

[1: 2086f4c0c6]: 2016-11-29 19:07:15 +0900
  Typo fixes in elisp manual
  https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=2086f4c0c6ecf8b94173c97162ae1b09749eabb5




Added tag(s) fixed. Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Mon, 29 Jan 2018 00:54:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.2, send any further explanations to 21362 <at> debbugs.gnu.org and lo2net <fangtao0901 <at> gmail.com> Request was from Noam Postavsky <npostavs <at> users.sourceforge.net> to control <at> debbugs.gnu.org. (Mon, 29 Jan 2018 00:54:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Feb 2018 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 116 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.