From 54de245a50fcd9a3fc90cf4bc0e6e6de7c370956 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Mon, 3 Aug 2015 13:09:28 +0200 Subject: [PATCH] [doc] Minor spelling correction [ci skip] --- doc/ledger3.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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