summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/ledger3.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi
index ced17c15..2b4e1f0b 100644
--- a/doc/ledger3.texi
+++ b/doc/ledger3.texi
@@ -8389,16 +8389,16 @@ $ ledger -f expr.dat --format "%(quoted(account)) %(quoted(amount))\n" reg
@end smallexample
@end defun
-@defun quoted_rfc4180 expression
-Surround @var{expression} with double-quotes, compliant with rfc 4180. If expression contains a double-quote, it will be represented with two double-quotes.
-@smallexample @c command:EAD8AA7,with_input:3406FC1
-$ ledger -f expr.dat --format "%(quoted(account)) %(quoted(amount))\n" reg
-@end smallexample
-@smallexample @c output:EAD8AA7
-"Assets:Cash" "¤ -123,45"
-"Expenses:Office Supplies" "¤ 123,45"
-@end smallexample
-@end defun
+@c @defun quoted_rfc4180 expression
+@c Surround @var{expression} with double-quotes, compliant with RFC 4180. If expression contains a double-quote, it will be represented with two double-quotes.
+@c @smallexample @c command:EAD8AA7,with_input:3406FC1
+@c $ ledger -f expr.dat --format "%(quoted_rfc4180(account)) %(quoted_rfc4180(amount))\n" reg
+@c @end smallexample
+@c @smallexample @c output:EAD8AA7
+@c "Assets:Cash" "¤ -123,45"
+@c "Expenses:Office Supplies" "¤ 123,45"
+@c @end smallexample
+@c @end defun
@defun round
@value{FIXME:UNDOCUMENTED}