Merge pull request #209 from wcravens/fix_block_comment_instructions_chapt_4

Remove reference to depricated ! operator in Chapt 4
This commit is contained in:
John Wiegley 2013-09-08 02:27:47 -07:00
commit 2428732a02

View file

@ -1422,7 +1422,7 @@ increase compatibility with other text manipulation programs and
methods four additional comment characters are valid if used at the methods four additional comment characters are valid if used at the
beginning of a line: @samp{#}, @samp{|}, and @samp{*} and @samp{%}. beginning of a line: @samp{#}, @samp{|}, and @samp{*} and @samp{%}.
Block comments can be made by use @code{@!comment} ... @code{@!end Block comments can be made by use @code{comment} ... @code{end
comment}. comment}.
@smallexample @smallexample
@ -1432,10 +1432,10 @@ comment}.
| and this, | and this,
* and this. * and this.
!comment comment
This is a block comment with This is a block comment with
multiple lines multiple lines
!end comment end comment
@end smallexample @end smallexample
There are several forms of comments within a transaction, for example: There are several forms of comments within a transaction, for example: