diff options
author | thdox <thdox@free.fr> | 2015-02-26 16:43:37 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2015-04-05 15:58:39 +0200 |
commit | f2dd9a6003e0e762e628b3fcff0a07cc43020810 (patch) | |
tree | dad260c4aa87739d6dd5f9ef050f038bc8efa88d /doc | |
parent | c7fa772310bacf57a185e47efb1c07c83b902a59 (diff) | |
download | fork-ledger-f2dd9a6003e0e762e628b3fcff0a07cc43020810.tar.gz fork-ledger-f2dd9a6003e0e762e628b3fcff0a07cc43020810.tar.bz2 fork-ledger-f2dd9a6003e0e762e628b3fcff0a07cc43020810.zip |
[doc] Improve documentation about C-c C-c to clear a transaction.
[ci skip]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ledger-mode.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/ledger-mode.texi b/doc/ledger-mode.texi index 4fe56d6b..74bb1c91 100644 --- a/doc/ledger-mode.texi +++ b/doc/ledger-mode.texi @@ -383,13 +383,15 @@ transaction. @end itemize -@kindex C-c C-e @kindex C-c C-c +@kindex C-c C-e -Clearing complete transactions is done by typing @kbd{C-c C-e} with -point in a transaction. This places an asterisk @samp{*} after the -date. Clearing individual postings is done by typing @kbd{C-c C-c} -while in a posting. This places an asterisk prior to the posting. +Typing @kbd{C-c C-c}, depending where is the point, will clear the +complete transaction, or an individual posting. This places an asterisk +@samp{*} prior to the payee for the complete transaction, or prior to +the account for an individual posting. When point is inside +a transaction, specifically on an individual posting, you can still +clear the complete transaction by typing @kbd{C-c C-e}. @node Formatting Transactions, Deleting Transactions, Marking Transactions, The Ledger Buffer @section Formatting Transactions |