diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger-mode.texi | 5 | ||||
-rw-r--r-- | doc/ledger3.texi | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index e81045c6..c8af96cb 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -175,11 +175,6 @@ typing a close match to the payee. Ledger-mode will call @command{ledger xact} with the data you enter and place the transaction in the proper chronological place in the ledger. -To complete just the part of the transaction where your cursor is at, -Ledger-mode supports Emacs' universal @command{completion-at-point} -command. You may bind this command to @kbd{C-M-i} since this is the -default for Emacs programming modes. - @node Reconciliation, Reports, Quick Add, Quick Demo @subsection Reconciliation @kindex C-c C-r diff --git a/doc/ledger3.texi b/doc/ledger3.texi index 4e544ef3..2b962180 100644 --- a/doc/ledger3.texi +++ b/doc/ledger3.texi @@ -5833,7 +5833,7 @@ Strings}). The default is: "%(quoted(code))," "%(quoted(payee))," "%(quoted(display_account))," -"%(quoted(commodity))," +"%(quoted(commodity(scrub(display_amount))))," "%(quoted(quantity(scrub(display_amount))))," "%(quoted(cleared ? \"*\" : (pending ? \"!\" : \"\")))," "%(quoted(join(note | xact.note)))\n" @@ -6780,7 +6780,7 @@ Set the format for @command{csv} reports. The default is: %(quoted(code)), %(quoted(payee)), %(quoted(display_account)), - %(quoted(commodity)), + %(quoted(commodity(scrub(display_amount)))), %(quoted(quantity(scrub(display_amount)))), %(quoted(cleared ? \"*\" : (pending ? \"!\" : \"\"))), %(quoted(join(note | xact.note)))\n" |