From bc3b92605e8c22a27bfb6f7dae78bb7b1ee6f9b6 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Tue, 23 Nov 2004 04:17:19 +0000 Subject: [PATCH] comment fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2125 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- src/nano.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nano.c b/src/nano.c index 6268773a..c1ab42d3 100644 --- a/src/nano.c +++ b/src/nano.c @@ -3092,7 +3092,7 @@ void do_justify(bool full_justify) edit_refresh(); } } else { - /* Blow away the justify buffer.*/ + /* Blow away the text in the justify buffer.*/ free_filestruct(jusbuffer); jusbuffer = NULL; } @@ -3265,8 +3265,8 @@ void handle_sigwinch(int s) unpartition_filestruct(&filepart); #ifndef DISABLE_JUSTIFY - /* If the justify buffer isn't empty, blow it away and display the - * shortcut list with UnCut. */ + /* If the justify buffer isn't empty, blow away the text in it and + * display the shortcut list with UnCut. */ if (jusbuffer != NULL) { free_filestruct(jusbuffer); jusbuffer = NULL; -- 2.39.5