From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: What's the right branch for doc string typo fixes right now? Date: Wed, 16 Nov 2022 21:36:54 +0200 Message-ID: <83cz9mg089.fsf@gnu.org> References: <87ilje4wp5.fsf@red-bean.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24467"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Karl Fogel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Nov 16 20:37:31 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ovODy-0006Bk-JC for ged-emacs-devel@m.gmane-mx.org; Wed, 16 Nov 2022 20:37:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ovODe-00033P-Im; Wed, 16 Nov 2022 14:37:10 -0500 Original-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 1ovODS-000303-RP for emacs-devel@gnu.org; Wed, 16 Nov 2022 14:37:00 -0500 Original-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 1ovODP-00050y-Nh; Wed, 16 Nov 2022 14:36:58 -0500 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=WZglxFfPfysmChNSxUw4Ti3aI9F9spxSacEJna63PmM=; b=nzDmC0XnuSUU Soqnr8ZfFVLDli8W11fZ8ME/0idkhpXfJYF5dEPanBIHAtTv2ZJH8uppgcZ/Ry7bW5rgOrTY0KmOI LVE8UVhPsv4t49aDyi//YETqVeq7a5z8RoBbSwcLKZVX+Zm+T0WgRNR1vSo/goGvDTtrJ0P+FwQVh yBai3gMtZuGZlN8Plu7vXod1PFuFB4tSgdx4gwFO68qWGY5WRfllUi0R8Cuivl3LOlxmkCzZoeBI3 shO9FUuJE9/OzaE+k9n8dYWTCwvYYmRl99AeQVsWb3LJ3lF+b1PvlPAfoUKgjh7qnmCnYSewuI77h r9Dzu341GbWLFRqf15kwOA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ovODO-0003te-Op; Wed, 16 Nov 2022 14:36:55 -0500 In-Reply-To: <87ilje4wp5.fsf@red-bean.com> (message from Karl Fogel on Wed, 16 Nov 2022 11:48:38 -0600) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:299976 Archived-At: > From: Karl Fogel > Date: Wed, 16 Nov 2022 11:48:38 -0600 > > I'd like to commit the attached patch, which fixes a couple of > typos in a doc string. What's the right branch for this? The right branch is emacs-28. But since there won't be any releases from that branch, you could also commit to master if you want. Thanks.