diff --git a/doc_src/bind.txt b/doc_src/bind.txt index a9148a1b5..c9b7ed0d3 100644 --- a/doc_src/bind.txt +++ b/doc_src/bind.txt @@ -71,6 +71,8 @@ The following special input functions are available: - `backward-word`, move one word to the left +- `beginning-of-buffer`, moves to the beginning of the buffer, i.e. the start of the first line + - `beginning-of-history`, move to the beginning of the history - `beginning-of-line`, move to the beginning of the line @@ -87,6 +89,8 @@ The following special input functions are available: - `downcase-word`, make the current word lowercase +- `end-of-buffer`, moves to the end of the buffer, i.e. the end of the first line + - `end-of-history`, move to the end of the history - `end-of-line`, move to the end of the line