diff --git a/doc/api/readline.md b/doc/api/readline.md index 5074b06bead2ba..ab915f6e0593bc 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -1357,7 +1357,6 @@ const { createInterface } = require('readline'); Any keystroke that emits key code 0x1F will do this action. In many terminals, for example xterm, this is bound to Ctrl+-. - Ctrl+6 @@ -1366,7 +1365,6 @@ const { createInterface } = require('readline'); We choose key code 0x1E to perform redo. In xterm, it is bound to Ctrl+6 by default. - Ctrl+Z