emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 663fad561d: ; Fix documentation and name of 'slovak-qwerty' input


From: Eli Zaretskii
Subject: master 663fad561d: ; Fix documentation and name of 'slovak-qwerty' input method
Date: Thu, 20 Oct 2022 02:59:36 -0400 (EDT)

branch: master
commit 663fad561d9a18d9b1291f63fe9e9ac1062cf9aa
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix documentation and name of 'slovak-qwerty' input method
    
    * etc/NEWS: Fix entry for slovak-qwerty.
    
    * lisp/leim/quail/slovak.el ("slovak", "slovak-qwerty"): Doc fix.
---
 etc/NEWS                  | 6 +++---
 lisp/leim/quail/slovak.el | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 35d2fefeaf..be90d1beef 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1363,9 +1363,9 @@ This supports the keyboard layout specifically designed 
for the Tamil
 language.
 
 ---
-*** New 'slovak-qwerty' input method
-This completes the set of the standard Slovak keyboards, now
-containing both the QWERTZ and the QWERTY variants.
+*** New input method 'slovak-qwerty'.
+This is a variant of the 'slovak' input method, which corresponds to
+the QWERTY Slovak keyboards.
 
 
 * Changes in Specialized Modes and Packages in Emacs 29.1
diff --git a/lisp/leim/quail/slovak.el b/lisp/leim/quail/slovak.el
index a855ecbf91..8ddd92d5b4 100644
--- a/lisp/leim/quail/slovak.el
+++ b/lisp/leim/quail/slovak.el
@@ -37,7 +37,7 @@
 
 (quail-define-package
  "slovak" "Slovak" "SK" t
- "Standard Slovak keyboard."
+ "Standard Slovak QWERTZ keyboard."
  nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules
@@ -157,8 +157,8 @@
 
 
 (quail-define-package
- "slovak-querty" "Slovak" "SK" t
- "Standard Slovak keyboard, QWERTY variant."
+ "slovak-qwerty" "Slovak" "SK" t
+ "Standard Slovak QWERTY keyboard."
  nil t nil nil t nil nil nil nil nil t)
 
 (quail-define-rules



reply via email to

[Prev in Thread] Current Thread [Next in Thread]