Skip to content

Commit 48f8ccf

Browse files
rayw000RafaelGSS
authored andcommitted
doc: detailed description of keystrokes Ctrl-Y and Meta-Y
PR-URL: #43529 Reviewed-By: James M Snell <[email protected]>
1 parent 195885c commit 48f8ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/readline.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1247,8 +1247,8 @@ const { createInterface } = require('node:readline');
12471247
</tr>
12481248
<tr>
12491249
<td><kbd>Meta</kbd>+<kbd>Y</kbd></td>
1250-
<td>Cycle among previously deleted lines</td>
1251-
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd></td>
1250+
<td>Cycle among previously deleted texts</td>
1251+
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd> or <kbd>Meta</kbd>+<kbd>Y</kbd></td>
12521252
</tr>
12531253
<tr>
12541254
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>

0 commit comments

Comments
 (0)