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#47839: 27.2; [PATCH] The main Emacs manual incorrectly refers to yanking as copying Date: Sat, 17 Apr 2021 17:23:09 +0300 Message-ID: <834kg5vvle.fsf@gnu.org> References: 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="18090"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47839-done@debbugs.gnu.org To: Daniel =?UTF-8?Q?Mart=C3=ADn?= Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 17 16:24:11 2021 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 1lXlrn-0004cv-JJ for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Apr 2021 16:24:11 +0200 Original-Received: from localhost ([::1]:48000 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lXlrm-0005Yh-MI for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Apr 2021 10:24:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37892) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lXlre-0005UU-Px for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 10:24:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:60802) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lXlre-0001wr-If for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 10:24:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lXlre-0001Zb-G0 for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 10:24:02 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Apr 2021 14:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47839 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 47839@debbugs.gnu.org, eliz@gnu.org, mardani29@yahoo.es Original-Received: via spool by 47839-done@debbugs.gnu.org id=D47839.16186694076001 (code D ref 47839); Sat, 17 Apr 2021 14:24:02 +0000 Original-Received: (at 47839-done) by debbugs.gnu.org; 17 Apr 2021 14:23:27 +0000 Original-Received: from localhost ([127.0.0.1]:44114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXlr5-0001Yi-Ie for submit@debbugs.gnu.org; Sat, 17 Apr 2021 10:23:27 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53338) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXlr3-0001YV-Un for 47839-done@debbugs.gnu.org; Sat, 17 Apr 2021 10:23:26 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:34137) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lXlqx-0001Se-6e; Sat, 17 Apr 2021 10:23:19 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4043 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lXlqv-0005AA-Hh; Sat, 17 Apr 2021 10:23:19 -0400 In-Reply-To: (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:204213 Archived-At: > Date: Sat, 17 Apr 2021 13:31:00 +0200 > From: Daniel Martín via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > - C-h r > - We can read the following text: "Killing (cutting) and yanking (copying) > text". > > This is incorrect. The correct text should be "Killing (cutting) and > yanking (pasting) text". > > I've attached a patch with the correction. (I've not filled the bug number > in the commit message because I don't know which number the bug tracker > will assign to this bug report.) Thanks, pushed to the emacs-27 branch.