From 3fe17e0355e597a857cc1deac166ccf313a2e83b Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 28 Apr 2019 10:34:32 +0200 Subject: [PATCH] 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. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 8958f174..6022f06f 100644 --- 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/.