1
1

docs: reshuffle a bindable function to a slightly better position

Этот коммит содержится в:
Benno Schulenberg 2018-06-01 12:39:34 +02:00
родитель d92142c66a
Коммит c2593c1c5a
2 изменённых файлов: 8 добавлений и 6 удалений

Просмотреть файл

@ -1147,9 +1147,6 @@ Copies the current line (or the marked region) without deleting it.
Copies the currently stored text into the current buffer at the
current cursor position.
@item mark
Sets the mark at the current position, to start selecting text.
@item cutwordleft
Cuts from the cursor position to the beginning of the preceding word.
@ -1159,6 +1156,10 @@ Cuts from the cursor position to the beginning of the next word.
@item cutrestoffile
Cuts all text from the cursor position till the end of the buffer.
@item mark
Sets the mark at the current position, to start selecting text.
Or, when it is set, unsets the mark.
@item curpos
Shows the current cursor position: the line, column, and character positions.

Просмотреть файл

@ -494,9 +494,6 @@ Copies the current line (or the marked region) without deleting it.
Copies the currently stored text into the current buffer at the
current cursor position.
.TP
.B mark
Sets the mark at the current position, to start selecting text.
.TP
.B cutwordleft
Cuts from the cursor position to the beginning of the preceding word.
.TP
@ -506,6 +503,10 @@ Cuts from the cursor position to the beginning of the next word.
.B cutrestoffile
Cuts all text from the cursor position till the end of the buffer.
.TP
.B mark
Sets the mark at the current position, to start selecting text.
Or, when it is set, unsets the mark.
.TP
.B curpos
Shows the current cursor position: the line, column, and character positions.
.TP