From a8a10d634b2482cd0c5493ae4d5117bdf4448509 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Fri, 9 Dec 2016 19:34:26 +0100 Subject: [PATCH] Document *-of-buffer functions See #3632. --- doc_src/bind.txt | 4 ++++ 1 file changed, 4 insertions(+) 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