From: Jordi Mallach Date: Wed, 24 Oct 2001 14:23:08 +0000 (+0000) Subject: Backported fix of Mouse Toggle from 1.1. X-Git-Tag: v1.0.6~11 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=f0d5aab4b8313931e3455bf53fbd77a8698e7fa8;p=nano.git Backported fix of Mouse Toggle from 1.1. git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@875 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index 57ab1bcc..b93b702d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ CVS code - - cut.c: cut_marked_segment() - Fix off-by one in mem allocation. +- nano.texi: + - Backported fix from 1.1 for Mouse Toggle. - po/de.po: - Updated German translation (Karl Eichwalder). diff --git a/nano.texi b/nano.texi index 724bbfef..2fb1296b 100644 --- a/nano.texi +++ b/nano.texi @@ -287,7 +287,7 @@ toggles the -i (--autoindent) command line flag. @item Cut To End Toggle (Meta-K) toggles the -k (--cut) command line flag. -@item Cut To End Toggle (Meta-M) +@item Mouse Toggle (Meta-M) toggles the -m (--mouse) command line flag. @item Pico Mode Toggle (Meta-P)