summaryrefslogtreecommitdiff
path: root/etc/refcards/refcard.tex
diff options
context:
space:
mode:
Diffstat (limited to 'etc/refcards/refcard.tex')
-rw-r--r--etc/refcards/refcard.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex
index ae39a4e9f76..bc057569a7c 100644
--- a/etc/refcards/refcard.tex
+++ b/etc/refcards/refcard.tex
@@ -273,13 +273,15 @@ see the Emacs distribution, or {\tt https://www.gnu.org/software/emacs}
\centerline{(for version \versionemacs)}
-\section{Starting Emacs}
+\section{Key Binding Notation}
-To enter GNU Emacs \versionemacs, just type its name: \kbd{emacs}
+In the Emacs key binding notation, \kbd{C-x}
+is \kbd{Ctrl+X}; \kbd{M-x} is usually \kbd{Alt+X}; \kbd{S-x} is
+\kbd{Shift+X}; and \kbd{C-M-x} is \kbd{Ctrl+Alt+X}, etc.
\section{Leaving Emacs}
-\key{suspend Emacs (or iconify it under X)}{C-z}
+\key{iconify Emacs (or suspend it in terminal)}{C-z}
\key{exit Emacs permanently}{C-x C-c}
\section{Files}