From: Eli Zaretskii Date: Tue, 5 Nov 2013 16:36:37 +0000 (+0200) Subject: Fix bug #15800 by clarifying description of what keyboard layout means. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~947 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a6ad7359ee0160b71f518e590909d7b644310a4;p=emacs.git 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0a7442d435e..9d5d97b3014 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2013-11-05 Eli Zaretskii + * international/quail.el (quail-help): Be more explicit about the + meaning of the labels shown on the keys. (Bug#15800) + * startup.el (normal-top-level): Load the subdirs.el files before setting the locale environment. (Bug#15805) 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))