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: master 95e8c7d 1/2: ; Fix typos Date: Mon, 12 Oct 2020 17:58:19 +0300 Message-ID: <83wnzv3304.fsf@gnu.org> References: <20201009134249.15265.31644@vcs0.savannah.gnu.org> <20201009134252.81B3620A15@vcs0.savannah.gnu.org> <83tuv35upc.fsf@gnu.org> <83h7r26037.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29881"; mail-complaints-to="usenet@ciao.gmane.io" Cc: stefan@marxist.se, emacs-devel@gnu.org To: Robert Pluim Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Oct 12 17:01:19 2020 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 1kRzKA-0007fR-Mg for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Oct 2020 17:01:18 +0200 Original-Received: from localhost ([::1]:34252 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRzK9-0000Jb-JT for ged-emacs-devel@m.gmane-mx.org; Mon, 12 Oct 2020 11:01:17 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46418) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kRzHC-0006Pa-Cu for emacs-devel@gnu.org; Mon, 12 Oct 2020 10:58:14 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:44442) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kRzHC-0002W6-0Z; Mon, 12 Oct 2020 10:58:14 -0400 Original-Received: from [176.228.60.248] (port=2316 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kRzHA-0008Vr-SS; Mon, 12 Oct 2020 10:58:13 -0400 In-Reply-To: (message from Robert Pluim on Mon, 12 Oct 2020 10:19:34 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:257470 Archived-At: > From: Robert Pluim > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Mon, 12 Oct 2020 10:19:34 +0200 > > >> Since renaming symbols involves some pain, do we really need to be > >> 100% consistent here? > > Stefan> I personally don't have a very strong opinion either way, FWIW. > > I think I prefer consistency between the docstrings and the associated > code to global consistency, and changing code is always risky, so Iʼd > prefer if the docstrings were changed back. I tend to agree.