mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:42:07 +02:00
emacsclient: Improve wording about nowait
This commit is contained in:
parent
d61ee9a5e9
commit
d92c0ab9e4
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@
|
||||||
|
|
||||||
`emacsclient -nw {{filename}}`
|
`emacsclient -nw {{filename}}`
|
||||||
|
|
||||||
- Open a file and not wait for it:
|
- Open a file in an existing emacs frame and return immediately:
|
||||||
|
|
||||||
`emacsclient -n {{filename}}`
|
`emacsclient -n {{filename}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue