mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 16:35:28 +02:00
emacs: clarify examples. (#3212)
This commit is contained in:
parent
8c9a70a957
commit
c160121bdc
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
> The extensible, customizable, self-documenting, real-time display editor.
|
||||
> More information: <https://www.gnu.org/software/emacs>.
|
||||
|
||||
- Open emacs in console mode (without X window):
|
||||
- Start emacs in console mode (without X window):
|
||||
|
||||
`emacs -nw`
|
||||
|
||||
|
@ -11,6 +11,6 @@
|
|||
|
||||
`emacs {{filename}}`
|
||||
|
||||
- Exit emacs:
|
||||
- Exit emacs (save buffers and terminate):
|
||||
|
||||
`C-x C-c`
|
||||
`Ctrl + X, Ctrl + C`
|
||||
|
|
Loading…
Add table
Reference in a new issue