Remove non-existing functions in bind docs

At least delete-line was previously a thing, but none of these are still available.

First part of #2914
This commit is contained in:
Fabian Homborg 2016-04-08 16:33:46 +02:00
parent d7c690b416
commit 6c5f923a47

View File

@ -85,20 +85,14 @@ The following special input functions are available:
- `delete-char`, delete one character to the right of the cursor
- `delete-line`, delete the entire line
- `downcase-word`, make the current word lowercase
- `dump-functions`, print a list of all key-bindings
- `end-of-history`, move to the end of the history
- `end-of-line`, move to the end of the line
- `end-selection`, end selecting text
- `explain`, print a description of possible problems with the current command
- `forward-bigword`, move one whitespace-delimited word to the right
- `forward-char`, move one character to the right