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.bugs Subject: bug#44441: PATCH: Wrong command name in windows.texi Date: Sat, 07 Nov 2020 10:59:49 +0200 Message-ID: <83o8k97da2.fsf@gnu.org> References: <0076c209-d6a8-b615-1e40-3d0d891bed62@protonmail.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31425"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 44441-done@debbugs.gnu.org To: ej32u@protonmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Nov 07 10:00:27 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1kbK5C-00083m-8c for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 07 Nov 2020 10:00:26 +0100 Original-Received: from localhost ([::1]:59352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbK59-0007Q8-OU for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 07 Nov 2020 04:00:25 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:46676) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kbK4p-0007Nb-DF for bug-gnu-emacs@gnu.org; Sat, 07 Nov 2020 04:00:03 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46383) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kbK4p-0006Xi-2a for bug-gnu-emacs@gnu.org; Sat, 07 Nov 2020 04:00:03 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kbK4p-0005UD-1l for bug-gnu-emacs@gnu.org; Sat, 07 Nov 2020 04:00:03 -0500 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 07 Nov 2020 09:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 44441 X-GNU-PR-Package: emacs Mail-Followup-To: 44441@debbugs.gnu.org, eliz@gnu.org, ej32u@protonmail.com Original-Received: via spool by 44441-done@debbugs.gnu.org id=D44441.160473959721037 (code D ref 44441); Sat, 07 Nov 2020 09:00:02 +0000 Original-Received: (at 44441-done) by debbugs.gnu.org; 7 Nov 2020 08:59:57 +0000 Original-Received: from localhost ([127.0.0.1]:57927 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kbK4j-0005TE-8I for submit@debbugs.gnu.org; Sat, 07 Nov 2020 03:59:57 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:46520) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kbK4g-0005T2-Qg for 44441-done@debbugs.gnu.org; Sat, 07 Nov 2020 03:59:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55347) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kbK4b-0006SA-Gf; Sat, 07 Nov 2020 03:59:49 -0500 Original-Received: from [176.228.60.248] (port=3761 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kbK4a-0008OG-Ji; Sat, 07 Nov 2020 03:59:48 -0500 In-Reply-To: <0076c209-d6a8-b615-1e40-3d0d891bed62@protonmail.com> (bug-gnu-emacs@gnu.org) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:192820 Archived-At: > Date: Wed, 04 Nov 2020 13:42:51 +0000 > From: ej32u--- via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > For swapping windows, the file "windows.texi" names the command > `windmove-swap-states-in-direction', but describes > `windmove-swap-states-default-keybindings'. > > I changed the named command to > `windmove-swap-states-default-keybindings', to match other named > commands (e.g., `windmove-display-default-keybindings'). > > Thank you. Thanks, I pushed this. In the future, please don't submit changes for ChangeLog files: they are generated from Git log. Instead, please include with the patches a ChangeLog-style commit log message, as described in CONTRIBUTE. (Btw, in this case the mistaken name was also in a @findex entry; I fixed that as well.)