commit 797c9dd0f6effdbe1661bedb730a18d5b1fe8b8c
parent f5d6d9985b52b81be2bebe0dc1b50c76cc549e6c
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 12 May 2006 14:04:08 +0000
typo fix
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3504 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
@@ -68,7 +68,7 @@ CVS code -
and DLR)
- Change the shortcut to find the matching bracket to Ctrl-].
Changes to shortcut_init() and do_statusbar_input(). (DLR)
- - Drop the Meta-] and Meta-[ aliases for Meta-} and Meta-}, and
+ - Drop the Meta-] and Meta-[ aliases for Meta-} and Meta-{, and
change the shortcut to find the matching bracket from Ctrl-]
back to Meta-], since Ctrl-] is used as the telnet escape key.
Changes to shortcut_init() and do_statusbar_input(). (DLR,