Skip to content

Commit 562cc05

Browse files
committed
[S02] clarify tabstop semantics
in accordance to how most consoles and text editors interpret them. felher++
1 parent 201ec75 commit 562cc05

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

S02-bits.pod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces
1313

1414
Created: 10 Aug 2004
1515

16-
Last Modified: 04 Sep 2012
17-
Version: 269
16+
Last Modified: 25 Nov 2012
17+
Version: 270
1818

1919
This document summarizes Apocalypse 2, which covers small-scale
2020
lexical items and typological issues. (These Synopses also contain
@@ -4334,7 +4334,8 @@ delimiter. Leading whitespace equivalent to the indentation of the
43344334
delimiter will be removed from all preceding lines. If a line is
43354335
deemed to have less whitespace than the terminator, only whitespace
43364336
is removed, and a warning may be issued. (Hard tabs will be assumed
4337-
to be C<< ($?TABSTOP // 8) >> spaces, but as long as tabs and spaces are used consistently
4337+
to align to the next multiple of C<< ($?TABSTOP // 8) >> spaces,
4338+
but as long as tabs and spaces are used consistently
43384339
that doesn't matter.) A null terminating delimiter terminates on
43394340
the next line consisting only of whitespace, but such a terminator
43404341
will be assumed to have no indentation. (That is, it's assumed to

0 commit comments

Comments
 (0)