Document *-of-buffer functions

See #3632.
This commit is contained in:
Fabian Homborg 2016-12-09 19:34:26 +01:00
parent 029d88e962
commit a8a10d634b

View File

@ -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