diff --git a/NEWS b/NEWS
index 71c4f2baeae7e186d07111eb5a785b89715b942e..5b6ee27d7479fb93e2f34046d6e10fa6b3d51f4c 100644
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@
 		of always per logical line.  On an entirely different
 		front: nano now makes use of gnulib, to make it build
 		on more platforms.  In short: there were many internal
-		changes, not many user-visible ones (apart form the
+		changes, not many user-visible ones (apart from the
 		new softwrap navigation).  The conversion to gnulib
 		was done by Mike Frysinger, the softwrap overhaul by
 		David Ramsey.
@@ -51,8 +51,8 @@
 		related to using line numbers in softwrap mode, allows to
 		use the PageUp and PageDown keys together with Shift on
 		VTE-based terminals, stops the help lines from flickering
-		during interactive replacing, makes a "set fill" override
-		an earlier "set nowrap", properly restores the selected
+		during interactive replacing, makes a 'set fill' override
+		an earlier 'set nowrap', properly restores the selected
 		region after an external spell check, and improves a few
 		other tidbits.  If you should find any more bugs, please
 		run 'man nano | grep bugs' and report them there.
@@ -293,11 +293,11 @@
 		has been added on top of the existing file extension
 		and header support already available.  Secondly, cursor
 		position can be saved between editing sessions with
-		the -P or --poslog command-line flag, or via "set poslog"
+		the -P or --poslog command-line flag, or via 'set poslog'
 		in your .nanorc.  Also included are some fixes for
 		compilation with g++, and better handling of issues
 		writing the backup file, which should reduce the need
-		for the "set allow_insecure_backup" nanorc option.
+		for the 'set allow_insecure_backup' nanorc option.
 		Don't stop, get it get it, don't stop, get it get it.
 
 
@@ -317,7 +317,7 @@
 		being used out of crontab).  For very strange situations
 		(such as where you cannot change the permissions on the
 		file you're writing), there is a new rc file option
-		"allow_insecure_backup" to be even more permissive and
+		'allow_insecure_backup' to be even more permissive and
 		allow the write to proceed.  Also included are some
 		syntax highlighting updates, and that is about it.
 		Keep fighting the good fight children.
@@ -1237,7 +1237,7 @@
 		important being that nano is now officially a GNU
 		program.  Some changes have been made for GNU
 		compatibility (like the default list of shortcuts, "^G
-		Get Help" is now Listed and "^_ Goto Line" is not).  The
+		Get Help" is now listed and "^_ Goto Line" is not).  The
 		Yes/No/All keys have finally been internationalized
 		also.  All in all, quite a few changes, considering nano
 		is supposed to be in a code freeze.  But there are the