mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Fix delete-or-exit doc wording for local consistency
This commit is contained in:
parent
bb1955ccf9
commit
f88bb35204
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue