commit 0ae5c722bdcd432f44edd348b1418c7a69355ad4
parent 67ca2aa8743c1fa693fa97b4c13406b9abc405f8
Author: Chris Allegretta <chrisa@asty.org>
Date: Thu, 19 Sep 2002 23:20:26 +0000
Make that ChangeLog for do_wrap a little less overly verbose
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1280 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -94,8 +94,8 @@ CVS code -
- Make sure wrapping is done properly when the number of
characters on the line is exactly one over the limit. (David
Benbennick)
- - Restore the wrapping behavior to the previous wrapping
- point behavior (pre 1.1.10) (David Benbennick).
+ - Restore the previous wrapping point behavior (pre 1.1.10)
+ (David Benbennick).
do_alt_speller()
- Readd DLR's fix to preserve marking when using the alternate
spell checker; it was accidentally dropped. (David