aboutsummaryrefslogtreecommitdiff
path: root/rprt.md
diff options
context:
space:
mode:
Diffstat (limited to 'rprt.md')
-rw-r--r--rprt.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt.md b/rprt.md
index 8921935..967e2b0 100644
--- a/rprt.md
+++ b/rprt.md
@@ -264,7 +264,7 @@ The reverse operator `'` takes a selection function and reverses its direction.
| Function | Nullary | Rank |
|----------|--------------------------------|------|
-| `'e` | synonymous with `e` | 2 |
+| `'e` | Empty selection | 2 |
| `'$` | Start of buffer (position 0) | 0 |
| `'#n` | Character n from end of buffer | 0 |
| `'n` | Line n from end of buffer | 1 |