branch: elpa/csv2ledger
commit 107270702c6b37e36b9c0dc50f48630b88e6c7a7
Author: Joost Kremers <joostkrem...@fastmail.com>
Commit: Joost Kremers <joostkrem...@fastmail.com>

    Fix typo in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 673e6544c6..2b8893981f 100644
--- a/README.md
+++ b/README.md
@@ -240,7 +240,7 @@ The function `c2l-compose-entry` requires that at least the 
`date`, `title`, `am
 
 If you have to deal with more than one bank, most likely the CSV files from 
those banks will be different and require different settings for the options 
discussed here. You can deal with this using directory-local variables.
 
-How to set up directory-local variables is discussed in the Emacs manual (see 
the Info node `(emacs) Directory Variables"`). As an example, you can create a 
`.dir-locals.el` file with the following content:
+How to set up directory-local variables is discussed in the Emacs manual (see 
the Info node `(emacs) Directory Variables`). As an example, you can create a 
`.dir-locals.el` file with the following content:
 
 ```
 ((csv-mode . ((c2l-accounts-file . "~/Finances/Accounts.ledger")

Reply via email to