diff --git a/pages/common/emacs.md b/pages/common/emacs.md index a3741f697a..ff60ecbdfc 100644 --- a/pages/common/emacs.md +++ b/pages/common/emacs.md @@ -3,7 +3,7 @@ > The extensible, customizable, self-documenting, real-time display editor. > More information: . -- 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`