commit 3fe17e0355e597a857cc1deac166ccf313a2e83b
parent 6e3a3964cec5133ba8b7a9ceed079c2ae486ba5f
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Sun, 28 Apr 2019 10:34:32 +0200
docs: adjust the wording of the README to be factually correct
That is: don't say that nano doesn't change the file contents by default.
Also, correct the style of the preceding paragraph.
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README b/README
@@ -15,10 +15,10 @@ Overview
Nano aimed to solve these problems by: 1) being truly free software
by using the GPL, 2) emulating the functionality of Pico as closely
- as is reasonable, and 3) include extra functionality by default.
+ as is reasonable, and 3) including extra functionality by default.
- Nowadays, nano wants to be a generally useful editor, with default
- settings that do not change the file contents automatically.
+ Nowadays, nano wants to be a generally useful editor with sensible
+ defaults (linewise scrolling, no automatic line breaking).
The nano editor is an official GNU package. For more information on
GNU and the Free Software Foundation, please see https://www.gnu.org/.