From f8758833cdb7bf4220c785af68410b2940473e2d Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 19 Jul 2006 19:42:47 +0000
Subject: [PATCH] fix changelog entry

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3800 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 8f9d3599..854794af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -44,8 +44,8 @@ CVS code -
 	- Rename the DISABLE_ROOTWRAP #define to DISABLE_ROOTWRAPPING.
 	  (DLR)
 	- When using slang 2.x, call SLutf8_enable() with an argument of
-	  1 instead of TRUE, as that's the proper way to force its UTF-8
-	  support on.  Changes to main() and configure.ac. (DLR)
+	  1 instead of TRUE, as that's the proper way to enable its
+	  UTF-8 support.  Changes to main() and configure.ac. (DLR)
 - browser.c:
   do_browser()
 	- Refactor the mouse support, modeling it after do_mouse() for
-- 
GitLab