Mercurial > hg > xemacs-beta
diff src/text.c @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 71ee43b8a74d |
children | 4dee0387b9de |
line wrap: on
line diff
--- a/src/text.c Thu Mar 24 06:22:25 2011 +0000 +++ b/src/text.c Thu Mar 24 11:00:11 2011 -0600 @@ -550,7 +550,7 @@ Well yes, this was the whole point of my "no lossage" proposal of being able to undo any coding-system transformation on a buffer. The idea was -to figure out which transformations were definitely reversable, and for +to figure out which transformations were definitely reversible, and for all the others, cache the original text in a text property. This way, you could probably still do a fairly good job at constructing a good reversal even after you've gone into the text and added, deleted, and rearranged @@ -589,7 +589,7 @@ Well yes, this was the whole point of my "no lossage" proposal of being able to undo any coding-system transformation on a buffer. The idea was -to figure out which transformations were definitely reversable, and for +to figure out which transformations were definitely reversible, and for all the others, cache the original text in a text property. This way, you could probably still do a fairly good job at constructing a good reversal even after you've gone into the text and added, deleted, and rearranged