[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] trunk r114984: Fix bug #15800 by clarifying description of
From: |
Eli Zaretskii |
Subject: |
[Emacs-diffs] trunk r114984: Fix bug #15800 by clarifying description of what keyboard layout means. |
Date: |
Tue, 05 Nov 2013 16:37:31 +0000 |
User-agent: |
Bazaar (2.6b2) |
------------------------------------------------------------
revno: 114984
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15800
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2013-11-05 18:36:37 +0200
message:
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.
modified:
lisp/ChangeLog changelog-20091113204419-o5vbwnq5f7feedwu-1432
lisp/international/quail.el quail.el-20091113204419-o5vbwnq5f7feedwu-1047
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2013-11-05 16:18:00 +0000
+++ b/lisp/ChangeLog 2013-11-05 16:36:37 +0000
@@ -1,5 +1,8 @@
2013-11-05 Eli Zaretskii <address@hidden>
+ * 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)
=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el 2013-09-26 13:46:50 +0000
+++ b/lisp/international/quail.el 2013-11-05 16:36:37 +0000
@@ -2542,7 +2542,9 @@
'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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] trunk r114984: Fix bug #15800 by clarifying description of what keyboard layout means.,
Eli Zaretskii <=