[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/speedrect 7b6b487c1b 2/2: Update README.md
From: |
ELPA Syncer |
Subject: |
[elpa] externals/speedrect 7b6b487c1b 2/2: Update README.md |
Date: |
Thu, 19 Dec 2024 09:59:01 -0500 (EST) |
branch: externals/speedrect
commit 7b6b487c1b15986ed169a6e84bf11cc35bea41fb
Author: JD Smith <93749+jdtsmith@users.noreply.github.com>
Commit: GitHub <noreply@github.com>
Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 38c8c67f52..96503360d6 100644
--- a/README.md
+++ b/README.md
@@ -86,8 +86,8 @@ You don't have to be in the same `rectangle-mark-mode`
session you sent data fro
There are several ways to "fill" content within a rectangle:
-1. `f`: if the marked rectangle is entirely blank, use the last yanked
rectangle's contents, filled up to the width of the marked rectangle.
-1. `f`: if the marked rectangle is _not_ blank, use its contents, filling to
the width of the rectangle.
+1. `f`: if the marked rectangle is entirely blank, use the last killed
rectangle's contents, filling to the width of the marked rectangle.
+1. `f`: if the marked rectangle is _not_ blank, use _its_ contents, filling to
the width of the rectangle.
1. `C-u f` or `M-N f` (where `N` is the number of chars wide): use the
contents of either the last killed rectangle or the currently marked rectangle
to fill to the specified width.
1. `F`: same as above, except use the currently copied text on the kill ring
as the text to fill.