commit f351176756f80c5b6d6772b09dd6e21bb1bea305
parent 69583ad6648e9c81bd6a7d1b939eb74b88e37c26
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 7 Aug 2006 12:58:28 +0000
wording fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3839 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -23,7 +23,7 @@ CVS code -
do_unindent_marked_void() (renamed do_unindent()), and
UPGRADE. (DLR, suggested by John M. Gabriele)
- Consolidate do_scroll_(up|down)() into do_(up|down)(), as
- they have a lot of common code. New functions do_up_void()
+ they have a lot of duplicate code. New functions do_up_void()
and do_down_void(); changes to shortcut_init(), do_up(),
do_scroll_up(), do_down(), do_scroll_down(), do_left(), and
do_right(). (DLR)