From: David Lawrence Ramsey Date: Mon, 14 Feb 2005 05:38:06 +0000 (+0000) Subject: mention typo fix in changelog X-Git-Tag: v1.3.6~81 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=45edf361a8e078e088b10840edd49a64f42435ca;p=nano.git mention typo fix in changelog git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2322 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index c45ec543..4f198903 100644 --- a/ChangeLog +++ b/ChangeLog @@ -196,6 +196,8 @@ CVS code - handle_sigwinch() - If the justify buffer isn't empty, blow it away and don't display "UnJustify" in the shortcut list anymore. (DLR) + usage() + - Typo fix. (DLR) do_wrap() - Make wrap_loc and word_back ssize_t's, to match fill. (DLR) break_line()