Skip to content

Commit 12b83e8

Browse files
rayw000targos
authored andcommitted
doc: detailed description of keystrokes Ctrl-Y and Meta-Y
PR-URL: #43529 Reviewed-By: James M Snell <[email protected]>
1 parent 71c386a commit 12b83e8

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
@@ -1302,8 +1302,8 @@ const { createInterface } = require('node:readline');
13021302
</tr>
13031303
<tr>
13041304
<td><kbd>Meta</kbd>+<kbd>Y</kbd></td>
1305-
<td>Cycle among previously deleted lines</td>
1306-
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd></td>
1305+
<td>Cycle among previously deleted texts</td>
1306+
<td>Only available when the last keystroke is <kbd>Ctrl</kbd>+<kbd>Y</kbd> or <kbd>Meta</kbd>+<kbd>Y</kbd></td>
13071307
</tr>
13081308
<tr>
13091309
<td><kbd>Ctrl</kbd>+<kbd>A</kbd></td>

0 commit comments

Comments
 (0)