On Wed, Jan 23, 2019 at 05:15:40PM -0600, Jacob Bachmeyer wrote:
The inter-sentence spacing in doc/dejagnu.texi is irregular and this
causes the Emacs move-by-sentence commands to misbehave. This patch
normalizes the Texinfo source to follow the convention that
sentences end with punctuation and two spaces. Additionally, all
paragraphs were re-filled to adjust for this change. This patch
makes no substantive changes to the text -- the word-level diff mode
in gitk highlights nothing.
Applied, thanks.
BTW, do you know about git diff --word-diff --color?