docs: reshuffle a bindable function to a slightly better position

master
Benno Schulenberg 2018-06-01 12:39:34 +02:00
parent d92142c66a
commit c2593c1c5a
2 changed files with 8 additions and 6 deletions

View File

@ -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 Copies the currently stored text into the current buffer at the
current cursor position. current cursor position.
@item mark
Sets the mark at the current position, to start selecting text.
@item cutwordleft @item cutwordleft
Cuts from the cursor position to the beginning of the preceding word. 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 @item cutrestoffile
Cuts all text from the cursor position till the end of the buffer. 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 @item curpos
Shows the current cursor position: the line, column, and character positions. Shows the current cursor position: the line, column, and character positions.

View File

@ -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 Copies the currently stored text into the current buffer at the
current cursor position. current cursor position.
.TP .TP
.B mark
Sets the mark at the current position, to start selecting text.
.TP
.B cutwordleft .B cutwordleft
Cuts from the cursor position to the beginning of the preceding word. Cuts from the cursor position to the beginning of the preceding word.
.TP .TP
@ -506,6 +503,10 @@ Cuts from the cursor position to the beginning of the next word.
.B cutrestoffile .B cutrestoffile
Cuts all text from the cursor position till the end of the buffer. Cuts all text from the cursor position till the end of the buffer.
.TP .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 .B curpos
Shows the current cursor position: the line, column, and character positions. Shows the current cursor position: the line, column, and character positions.
.TP .TP