From c160121bdcea303dbaf956f1c7058d21926454b1 Mon Sep 17 00:00:00 2001 From: Marco Bonelli Date: Wed, 31 Jul 2019 05:25:48 +0200 Subject: [PATCH] emacs: clarify examples. (#3212) --- pages/common/emacs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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`