From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 07 08:26:15 2023 Received: (at submit) by debbugs.gnu.org; 7 Sep 2023 12:26:15 +0000 Received: from localhost ([127.0.0.1]:38773 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeE5P-0002i3-0D for submit@debbugs.gnu.org; Thu, 07 Sep 2023 08:26:15 -0400 Received: from lists.gnu.org ([2001:470:142::17]:52594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeE5J-0002hm-UO for submit@debbugs.gnu.org; Thu, 07 Sep 2023 08:26:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeE5A-0008Ut-54 for bug-gnu-emacs@gnu.org; Thu, 07 Sep 2023 08:26:00 -0400 Received: from mout-p-201.mailbox.org ([80.241.56.171]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1qeE56-000626-RM for bug-gnu-emacs@gnu.org; Thu, 07 Sep 2023 08:25:59 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [10.196.197.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4RhJPC45TWz9skm for ; Thu, 7 Sep 2023 14:25:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=whxvd.name; s=MBO0001; t=1694089551; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=ecNSZivTpsty2M1nzBW9iwehB1G3Ziv87en8AkBNnmY=; b=MEbExJGxlj1stv893EkvXltESlZbEXWuV6AFb23xR3mTxN+NOgX8oFEsZKpzSv83g5UDna xkoB7ZoW12uyfKmll5I3t4EnJEVrWOs0V9CslmksREh4zx9dL1k2pcQ6YKzohPPHMScxa7 ezA12IXXP2rvSHIbKHGB6XKJu5Xr0OOu3kXt8Y1qjPzNqrUpk3pUlKA3va3olZJs+v0bQ/ 8XLHwp3TBjcCgzkWQZtxXyqg9jLZzUY4Rv/2mLCjfIwT0hn4j/hXpfUUeV9vFkzSA8gHVN c23YTjs9zQnZWoxl8vZUk9nW0E59gMhD1G73XwAOWiQcrYImfGKUj77SbCiNtw== From: Sebastian Miele To: bug-gnu-emacs@gnu.org Subject: 29.1.50; Typo in elisp manual Date: Thu, 07 Sep 2023 13:51:12 +0200 Message-ID: <87a5ty186p.fsf@whxvd.name> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=80.241.56.171; envelope-from=iota@whxvd.name; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.7 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) In GNU Emacs 29.1.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.38, cairo version 1.17.8) of 2023-09-06 built on huette Repository revision: 9e9f61866e7dab6f805fac0e2fb03e786e32f6b3 diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi index 3d86a87516b..7d11db49def 100644 --- a/doc/lispref/strings.texi +++ b/doc/lispref/strings.texi @@ -754,7 +754,7 @@ Text Comparison @defun string-search needle haystack &optional start-pos Return the position of the first instance of @var{needle} in @var{haystack}, both of which are strings. If @var{start-pos} is -non-@code{nil}, start searching from that position in @var{needle}. +non-@code{nil}, start searching from that position in @var{haystack}. Return @code{nil} if no match was found. This function only considers the characters in the strings when doing the comparison; text properties are ignored. Matching is always From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 07 09:17:57 2023 Received: (at 65799-done) by debbugs.gnu.org; 7 Sep 2023 13:17:57 +0000 Received: from localhost ([127.0.0.1]:38869 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeEtR-00046H-0I for submit@debbugs.gnu.org; Thu, 07 Sep 2023 09:17:57 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48380) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeEtP-000465-70 for 65799-done@debbugs.gnu.org; Thu, 07 Sep 2023 09:17:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeEtH-0005T0-NK; Thu, 07 Sep 2023 09:17:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=Am5DeXwaGd2/K/AhSH+n0HYSbmbwlaGA9K7KhqFKzgg=; b=K5LzSJvXGgw4 sNADfm6HFhSJ+RHjSS4mVbzpNjq26f62dwyptdy2G1cPqgeOZ8jBMi7TSZC0sVJD9+5xBBuuWgfB0 sUD/L5nEzfGgf0BqlK4trKbHGJCs58dR3dpu+V53HvcHZScbAyQcMLPpSFUfRodzYtuz6pTn1+4+Z 6fdu0WXRnC2Gv3MaAmQYCtwxyMzMVTONoUDoQ5R88DlcvGolBQB+r1vp2Eh/NPBUITh5lHWqs8CF7 2l9EosPtq6JYBstduG538z2N4FIRQqmdjUcjH+JwUtCa+F18NQEFzGYx8EyfHVR7V6zrkE6FerqlL dFqM94X22mkcIMDI1KvhNg==; Date: Thu, 07 Sep 2023 16:17:35 +0300 Message-Id: <83edjayvf4.fsf@gnu.org> From: Eli Zaretskii To: Sebastian Miele In-Reply-To: <87a5ty186p.fsf@whxvd.name> (message from Sebastian Miele on Thu, 07 Sep 2023 13:51:12 +0200) Subject: Re: bug#65799: 29.1.50; Typo in elisp manual References: <87a5ty186p.fsf@whxvd.name> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 65799-done Cc: 65799-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Sebastian Miele > Date: Thu, 07 Sep 2023 13:51:12 +0200 > > In GNU Emacs 29.1.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version > 3.24.38, cairo version 1.17.8) of 2023-09-06 built on huette > Repository revision: 9e9f61866e7dab6f805fac0e2fb03e786e32f6b3 > > diff --git a/doc/lispref/strings.texi b/doc/lispref/strings.texi > index 3d86a87516b..7d11db49def 100644 > --- a/doc/lispref/strings.texi > +++ b/doc/lispref/strings.texi > @@ -754,7 +754,7 @@ Text Comparison > @defun string-search needle haystack &optional start-pos > Return the position of the first instance of @var{needle} in > @var{haystack}, both of which are strings. If @var{start-pos} is > -non-@code{nil}, start searching from that position in @var{needle}. > +non-@code{nil}, start searching from that position in @var{haystack}. > Return @code{nil} if no match was found. > This function only considers the characters in the strings when doing > the comparison; text properties are ignored. Matching is always Thanks, installed on the emacs-29 branch, and closing the bug. From unknown Sun Jun 22 11:33:41 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 06 Oct 2023 11:24:21 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator