Mercurial > emacs
diff src/indent.h @ 49600:23a1cea22d13
Trailing whitespace deleted.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Tue, 04 Feb 2003 14:56:31 +0000 |
| parents | 488e6b8dc9ae |
| children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line diff
--- a/src/indent.h Tue Feb 04 13:30:45 2003 +0000 +++ b/src/indent.h Tue Feb 04 14:56:31 2003 +0000 @@ -26,13 +26,13 @@ Example (where W_ stands for a wide-column character): ---------- abcdefgh\\ - W_ + W_ ---------- - To handle this case, we should not calculate the tab offset by + To handle this case, we should not calculate the tab offset by tab_offset += width; - Instead, we must remember tab_offset of the line. + Instead, we must remember tab_offset of the line. */
