nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit ce51bb250977bc8e3420ab84acda7760f7f60ca5
parent c1a28fa9ae1a66dbd88c7a90d0fe72b0914b2f98
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Wed,  9 Nov 2005 17:01:33 +0000

comment fix


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3125 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/move.c | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/move.c b/src/move.c @@ -167,9 +167,10 @@ void do_para_begin_void(void) do_para_begin(TRUE); } -/* Move down to the end of a paragraph, then one line farther. A line - * is the last line of a paragraph if it is in a paragraph, and the next - * line either is a beginning-of-paragraph line or isn't in a +/* Move down to the end of a paragraph. Then move one line farther if + * there is such a line, or to the end of the current line if not. A + * line is the last line of a paragraph if it is in a paragraph, and the + * next line either is a beginning-of-paragraph line or isn't in a * paragraph. */ void do_para_end(bool allow_update) {