File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ which is Unicode code-point U+2018 @sc{left single quotation mark},
117
117
sometimes called a left single ``curved quote'' or ``curly quote''.
118
118
Similarly, @kbd {C-x 8 ] }, @kbd {C-x 8 @{ } and @kbd {C-x 8 @} } insert the
119
119
curved quotes @t {’ }, @t {“ } and @t {” }, respectively. Also, a working
120
- Alt key acts like @kbd {C-x 8 }; e.g., @kbd { A-[ } acts like @kbd { C-x 8 [ }
121
- and inserts @t { ‘ }. To see which characters have @kbd {C-x 8 }
122
- shorthands, type @kbd {C-x 8 C-h }.
120
+ @key { Alt } key acts like @kbd {C-x 8 } (unless followed by @key { RET });
121
+ e.g., @kbd { A-[ } acts like @kbd {C-x 8 [ } and inserts @t { ‘ }. To see
122
+ which characters have @kbd { C-x 8 } shorthands, type @kbd {C-x 8 C-h }.
123
123
124
124
Alternatively, you can use the command @kbd {C-x 8 @key {RET }}
125
125
(@code {insert-char }). This prompts for the Unicode name or code-point
Original file line number Diff line number Diff line change @@ -1930,10 +1930,12 @@ commonly used, Emacs supports three other modifier keys. These are
1930
1930
called @key {Super }, @key {Hyper }, and @key {Alt }. Few terminals provide
1931
1931
ways to use these modifiers; the key labeled @key {Alt } on most
1932
1932
keyboards usually issues the @key {Meta } modifier, not @key {Alt }. The
1933
- standard key bindings in Emacs do not include any characters with
1934
- these modifiers. However, you can customize Emacs to assign meanings
1935
- to them. The modifier bits are labeled as @samp {s- }, @samp {H- } and
1936
- @samp {A- } respectively.
1933
+ standard key bindings in Emacs do not include any characters with the
1934
+ @key {Super } and @key {Hyper } modifiers, and only a small number of
1935
+ standard key bindings use @key {Alt }. However, you can customize Emacs
1936
+ to assign meanings to key bindings that use these modifiers. The
1937
+ modifier bits are labeled as @samp {s- }, @samp {H- } and @samp {A- }
1938
+ respectively.
1937
1939
1938
1940
Even if your keyboard lacks these additional modifier keys, you can
1939
1941
enter it using @kbd {C-x @@ }: @kbd {C-x @@ h } adds the Hyper flag to
You can’t perform that action at this time.
0 commit comments