Re: PATCH: normalize spacing in dejagnu.texi
Jacob Bachmeyer <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.general |
|---|---|
| Message-ID | <[email protected]> |
Ben Elliston wrote: > 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? > I do now. :-) It seems to produce the same result as gitk's word-diff mode on this patch. I guess that gitk's diff panel is probably a frontend to git-diff. -- Jacob