[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A few questions about open-line
From: |
bruce.connor.am |
Subject: |
Re: A few questions about open-line |
Date: |
Sat, 24 Oct 2015 22:07:51 +0100 |
> 1. The docstring claims that "If there is a fill prefix and/or a
> `left-margin', insert them
> on the new line". However, the code actually applies the prefix and
> left-margin on the old line, not the new one. Should I fix that or did
> I miss something?
Actually, it looks it's the docstring that is off here. I think it
should say "insert them on the new line. If the old line would be
left empty, insert them on the old line too.".