summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2013-09-08 02:27:47 -0700
committerJohn Wiegley <johnw@newartisans.com>2013-09-08 02:27:47 -0700
commit2428732a02416d62b96631de29cc965f46f93226 (patch)
tree1386441efe2d53e1178ecd591b9391f1c799fbdb /doc
parent9a142ca65611142228e4ef2f488f3ceada5d7276 (diff)
parent2bf852be94611a78dbe431371a4ec60d4d2c3c00 (diff)
downloadfork-ledger-2428732a02416d62b96631de29cc965f46f93226.tar.gz
fork-ledger-2428732a02416d62b96631de29cc965f46f93226.tar.bz2
fork-ledger-2428732a02416d62b96631de29cc965f46f93226.zip
Merge pull request #209 from wcravens/fix_block_comment_instructions_chapt_4
Remove reference to depricated ! operator in Chapt 4
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index fbe08590..83d0368f 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -1422,7 +1422,7 @@ increase compatibility with other text manipulation programs and
methods four additional comment characters are valid if used at the
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}.
@smallexample
@@ -1432,10 +1432,10 @@ comment}.
| and this,
* and this.
-!comment
+comment
This is a block comment with
multiple lines
-!end comment
+end comment
@end smallexample
There are several forms of comments within a transaction, for example: