commit c2593c1c5a046c53fb37d80f68d12ba13a663533
parent d92142c66a7ab6571ff82195fe2f0983ce4b4e49
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Fri, 1 Jun 2018 12:39:34 +0200
docs: reshuffle a bindable function to a slightly better position
Diffstat:
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
@@ -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.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
@@ -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