mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 14:53:35 +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.
|
> The extensible, customizable, self-documenting, real-time display editor.
|
||||||
> More information: <https://www.gnu.org/software/emacs>.
|
> 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`
|
`emacs -nw`
|
||||||
|
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
|
|
||||||
`emacs {{filename}}`
|
`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