diff options
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 20a80115..e00fc6ab 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -8575,7 +8575,7 @@ $ ledger -f expr.dat --format "»%(trim(' Trimmed '))«\n" reg assets @end smallexample @end defun -@defun truncatedstring total_len account_len +@defun truncated string total_len account_len Truncate @var{string} to @var{total_len} ensuring that each account is at least @var{account_len} long. @end defun |