Ihor Radchenko <yanta...@posteo.net> writes:

> Also M-y would be counter-intuitive because it usually means very
> different thing (M-y is `yank-pop' by default).

Agreed.

There is a typo in the docstring, BTW.

See the attached patch.

>From c4451d2f946d8699a131b0c8473eac51b636d0c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= <rud...@adamkovic.org>
Date: Tue, 25 Mar 2025 20:31:45 +0100
Subject: [PATCH] Fix a docstring typo

* lisp/org.el (org-paste-special): Fix a typo.
---
 lisp/org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org.el b/lisp/org.el
index ebc889463..f84b8d88a 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -17675,7 +17675,7 @@ context.  See the individual commands for more information."
    (if (org-at-table-p) #'org-table-cut-region #'org-cut-subtree)))
 
 (defun org-paste-special (arg)
-  "Paste rectangular region into table, or past subtree relative to level.
+  "Paste rectangular region into table, or paste subtree relative to level.
 Calls `org-table-paste-rectangle' or `org-paste-subtree', depending on context.
 See the individual commands for more information."
   (interactive "P")
-- 
2.39.5 (Apple Git-154)

-- 
"Great minds discuss ideas; average minds discuss events; small minds
discuss people."  --- Anna Eleanor Roosevelt (1884-1962)

Rudolf Adamkovič <rud...@adamkovic.org> [he/him]
http://adamkovic.org

Reply via email to