diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-11-05 18:36:37 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-11-05 18:36:37 +0200 |
commit | 9a6ad7359ee0160b71f518e590909d7b644310a4 (patch) | |
tree | 79260fa555b5bde4113d47a0039b389d953f329c /lisp/international | |
parent | 70de5e86d84fc12c6115153c3d6276243cf2b995 (diff) | |
download | emacs-9a6ad7359ee0160b71f518e590909d7b644310a4.tar.gz emacs-9a6ad7359ee0160b71f518e590909d7b644310a4.tar.bz2 emacs-9a6ad7359ee0160b71f518e590909d7b644310a4.zip |
Fix bug #15800 by clarifying description of what keyboard layout means.
lisp/international/quail.el (quail-help): Be more explicit about the
meaning of the labels shown on the keys.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/quail.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/international/quail.el b/lisp/international/quail.el index f2df229e349..0598545b377 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2542,7 +2542,9 @@ Assuming that your actual keyboard has the `") 'quail-keyboard-layout-button quail-keyboard-layout-type) (insert "' layout, -translation results in the following \"virtual\" keyboard layout: +translation results in the following \"virtual\" keyboard layout +\(the labels on the keys indicate what character will be produced +by each key, with and without holding Shift): ") (setq done-list (quail-insert-kbd-layout quail-keyboard-layout)) |