From f88bb3520415b999e3bde30537b9a3b4aca4a5cc Mon Sep 17 00:00:00 2001 From: Andrey Mishchenko Date: Wed, 8 Dec 2021 11:29:52 -0500 Subject: [PATCH] Fix delete-or-exit doc wording for local consistency --- doc_src/cmds/bind.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/cmds/bind.rst b/doc_src/cmds/bind.rst index 970f37295..ecab58795 100644 --- a/doc_src/cmds/bind.rst +++ b/doc_src/cmds/bind.rst @@ -144,7 +144,7 @@ The following special input functions are available: delete one character to the right of the cursor ``delete-or-exit`` - deletes one character to the right of the cursor or exits the shell if the commandline is empty. + delete one character to the right of the cursor, or exit the shell if the commandline is empty ``down-line`` move down one line