[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nano-devel] [PATCH 2/4] docs: rename the 'noconvert' toggle to 'flipcon
From: |
Benno Schulenberg |
Subject: |
[Nano-devel] [PATCH 2/4] docs: rename the 'noconvert' toggle to 'flipconvert' |
Date: |
Sun, 19 Aug 2018 13:44:23 +0200 |
And move it to sit with the other toggles of the Insert menu.
---
doc/nano.texi | 7 ++++---
doc/nanorc.5 | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/doc/nano.texi b/doc/nano.texi
index 00538620..11468425 100644
--- a/doc/nano.texi
+++ b/doc/nano.texi
@@ -1342,6 +1342,10 @@ region) is piped to the command.
Toggles between inserting into the current buffer and into a new
empty buffer.
address@hidden flipconvert
+When reading in a file, toggles between converting and not converting
+it from DOS/Mac format. Converting is the default.
+
@item dosformat
When writing a file, switches to writing a DOS format (CR/LF).
@@ -1429,9 +1433,6 @@ or read into a new buffer.
@item mouse
Toggles mouse support.
address@hidden noconvert
-Toggles automatic conversion of files from DOS/Mac format.
-
@item suspendenable
Toggles whether the suspend shortcut (normally @kbd{^Z}) will suspend the
editor.
diff --git a/doc/nanorc.5 b/doc/nanorc.5
index 007f0ce1..1855df2a 100644
--- a/doc/nanorc.5
+++ b/doc/nanorc.5
@@ -696,6 +696,10 @@ region) is piped to the command.
Toggles between inserting into the current buffer and into a new
empty buffer.
.TP
+.B flipconvert
+When reading in a file, toggles between converting and not converting
+it from DOS/Mac format. Converting is the default.
+.TP
.B dosformat
When writing a file, switches to writing a DOS format (CR/LF).
.TP
@@ -783,9 +787,6 @@ or read into a new buffer.
.B mouse
Toggles mouse support.
.TP
-.B noconvert
-Toggles automatic conversion of files from DOS/Mac format.
-.TP
.B suspendenable
Toggles whether the suspend sequence (normally ^Z) will suspend the editor
window.
.RE
--
2.17.1