aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2020-01-24 10:12:45 +0200
committerEli Zaretskii2020-01-24 10:12:45 +0200
commit57fb8b10c14ad3981bdb3cce53bbec5f2fc1a35b (patch)
treef3bbf269b454420c272c93ad3f82cf3d84acdea8 /doc
parent1c487747ab87348705a08ec896ade4e0ff556f07 (diff)
downloademacs-57fb8b10c14ad3981bdb3cce53bbec5f2fc1a35b.tar.gz
emacs-57fb8b10c14ad3981bdb3cce53bbec5f2fc1a35b.zip
Fix inaccurate wording in the Emacs manual
* doc/emacs/custom.texi (Modifier Keys): * doc/emacs/basic.texi (Inserting Text): Fix minor inaccuracies in describing the 'Alt' modifier. (Bug#39254)
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/basic.texi6
-rw-r--r--doc/emacs/custom.texi10
2 files changed, 9 insertions, 7 deletions
diff --git a/doc/emacs/basic.texi b/doc/emacs/basic.texi
index ac953e1907b..abb385f53d5 100644
--- a/doc/emacs/basic.texi
+++ b/doc/emacs/basic.texi
@@ -117,9 +117,9 @@ which is Unicode code-point U+2018 @sc{left single quotation mark},
117sometimes called a left single ``curved quote'' or ``curly quote''. 117sometimes called a left single ``curved quote'' or ``curly quote''.
118Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the 118Similarly, @kbd{C-x 8 ]}, @kbd{C-x 8 @{} and @kbd{C-x 8 @}} insert the
119curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working 119curved quotes @t{’}, @t{“} and @t{”}, respectively. Also, a working
120Alt key acts like @kbd{C-x 8}; e.g., @kbd{A-[} acts like @kbd{C-x 8 [} 120@key{Alt} key acts like @kbd{C-x 8} (unless followed by @key{RET});
121and inserts @t{‘}. To see which characters have @kbd{C-x 8} 121e.g., @kbd{A-[} acts like @kbd{C-x 8 [} and inserts @t{‘}. To see
122shorthands, type @kbd{C-x 8 C-h}. 122which characters have @kbd{C-x 8} shorthands, type @kbd{C-x 8 C-h}.
123 123
124 Alternatively, you can use the command @kbd{C-x 8 @key{RET}} 124 Alternatively, you can use the command @kbd{C-x 8 @key{RET}}
125(@code{insert-char}). This prompts for the Unicode name or code-point 125(@code{insert-char}). This prompts for the Unicode name or code-point
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi
index 4fe7bbb275d..f39ce40931c 100644
--- a/doc/emacs/custom.texi
+++ b/doc/emacs/custom.texi
@@ -1930,10 +1930,12 @@ commonly used, Emacs supports three other modifier keys. These are
1930called @key{Super}, @key{Hyper}, and @key{Alt}. Few terminals provide 1930called @key{Super}, @key{Hyper}, and @key{Alt}. Few terminals provide
1931ways to use these modifiers; the key labeled @key{Alt} on most 1931ways to use these modifiers; the key labeled @key{Alt} on most
1932keyboards usually issues the @key{Meta} modifier, not @key{Alt}. The 1932keyboards usually issues the @key{Meta} modifier, not @key{Alt}. The
1933standard key bindings in Emacs do not include any characters with 1933standard key bindings in Emacs do not include any characters with the
1934these modifiers. However, you can customize Emacs to assign meanings 1934@key{Super} and @key{Hyper} modifiers, and only a small number of
1935to them. The modifier bits are labeled as @samp{s-}, @samp{H-} and 1935standard key bindings use @key{Alt}. However, you can customize Emacs
1936@samp{A-} respectively. 1936to assign meanings to key bindings that use these modifiers. The
1937modifier bits are labeled as @samp{s-}, @samp{H-} and @samp{A-}
1938respectively.
1937 1939
1938 Even if your keyboard lacks these additional modifier keys, you can 1940 Even if your keyboard lacks these additional modifier keys, you can
1939enter it using @kbd{C-x @@}: @kbd{C-x @@ h} adds the Hyper flag to 1941enter it using @kbd{C-x @@}: @kbd{C-x @@ h} adds the Hyper flag to