diff --git a/doc/api/readline.md b/doc/api/readline.md index c0407a77171431..0ae536ac302715 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -1377,7 +1377,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 @@ -1386,7 +1385,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