unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47839: 27.2; [PATCH] The main Emacs manual incorrectly refers to yanking as copying
       [not found] <m14kg55erv.fsf.ref@yahoo.es>
@ 2021-04-17 11:31 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-04-17 14:23   ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-04-17 11:31 UTC (permalink / raw)
  To: 47839

[-- Attachment #1: Type: text/plain, Size: 408 bytes --]


Steps to reproduce the bug:

- 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.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Fix-reference-to-yanking-in-the-main-Emacs-manual.patch --]
[-- Type: text/x-patch, Size: 1049 bytes --]

From c9576980a0b969c855761e5a988a48d886397a61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Sat, 17 Apr 2021 13:18:45 +0200
Subject: [PATCH] Fix reference to yanking in the main Emacs manual

* doc/emacs/emacs.texi (Top): Yanking is alternatively known as
pasting, not copying.  (Bug#).
---
 doc/emacs/emacs.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index 925c701980..590dc42d15 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -159,7 +159,7 @@ Top
 
 Important Text-Changing Commands
 * Mark::                The mark: how to delimit a region of text.
-* Killing::             Killing (cutting) and yanking (copying) text.
+* Killing::             Killing (cutting) and yanking (pasting) text.
 * Registers::           Saving a text string or a location in the buffer.
 * Display::             Controlling what text is displayed.
 * Search::              Finding or replacing occurrences of a string.
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#47839: 27.2; [PATCH] The main Emacs manual incorrectly refers to yanking as copying
  2021-04-17 11:31 ` bug#47839: 27.2; [PATCH] The main Emacs manual incorrectly refers to yanking as copying Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-04-17 14:23   ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2021-04-17 14:23 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 47839-done

> 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" <bug-gnu-emacs@gnu.org>
> 
> - 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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-17 14:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m14kg55erv.fsf.ref@yahoo.es>
2021-04-17 11:31 ` bug#47839: 27.2; [PATCH] The main Emacs manual incorrectly refers to yanking as copying Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-17 14:23   ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).