diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2015-08-03 13:09:28 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2015-08-03 13:09:28 +0200 |
commit | 54de245a50fcd9a3fc90cf4bc0e6e6de7c370956 (patch) | |
tree | 6244bfb67e06172397bf6beee5fe8653d5a04fb6 /doc | |
parent | 523413d8f14d3896ed3ffc2cd4e3fcd585044fef (diff) | |
download | fork-ledger-54de245a50fcd9a3fc90cf4bc0e6e6de7c370956.tar.gz fork-ledger-54de245a50fcd9a3fc90cf4bc0e6e6de7c370956.tar.bz2 fork-ledger-54de245a50fcd9a3fc90cf4bc0e6e6de7c370956.zip |
[doc] Minor spelling correction
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger3.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 1226a66f..eeae7ad3 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8113,7 +8113,7 @@ Render the given @var{expression} as a string, applying the proper ANSI escape codes to display it in the given @var{color} if @var{bool} is true. It typically checks the value of the option @option{--color}. Since ANSI escape codes include non-printable character sequences, such as escape @kbd{^[} -the following example may not appear as the final result on the commandline. +the following example may not appear as the final result on the command-line. @smallexample @c command:4D836EE,with_input:3406FC1 $ ledger -f expr.dat --format "%(ansify_if(account, blue, options.color))\n" reg @end smallexample |