Browse Source

[Fix #1138] Fix a typo in the README

custom
Bozhidar Batsov 8 years ago
parent
commit
465e249c49
  1. 2
      README.md

2
README.md

@ -256,7 +256,7 @@ alias vi='emacsclient -t'
The last two aliases are helpful if you're used to editing files from The last two aliases are helpful if you're used to editing files from
the command line using `vi(m)`. the command line using `vi(m)`.
Also you can open a file with cursor on choosen line:
You can also open a file with the cursor positioned directly on a specific line:
```bash ```bash
emacsclient somefile:1234 emacsclient somefile:1234

Loading…
Cancel
Save