summaryrefslogtreecommitdiff
path: root/etc/refcards
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-09-21 22:07:05 +0200
committerStefan Kangas <stefan@marxist.se>2021-09-23 00:15:50 +0200
commitbf0c072913c2c3c4e3ef4936762215b8f83a9498 (patch)
tree309ce48fe2c186c54cf42ca041312371d86aa625 /etc/refcards
parent344350615961c1cacac3f0eff183f5eb60526644 (diff)
downloademacs-bf0c072913c2c3c4e3ef4936762215b8f83a9498.tar.gz
Add section to refcard explaining our keybinding notation
* etc/refcards/refcard.tex (Starting Emacs): Delete section. (Key Binding Notation): New section. (Bug#41403)
Diffstat (limited to 'etc/refcards')
-rw-r--r--etc/refcards/refcard.tex6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/refcards/refcard.tex b/etc/refcards/refcard.tex
index f066dc93ea2..bc057569a7c 100644
--- a/etc/refcards/refcard.tex
+++ b/etc/refcards/refcard.tex
@@ -273,9 +273,11 @@ 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}