From 663fad561d9a18d9b1291f63fe9e9ac1062cf9aa Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 20 Oct 2022 09:58:18 +0300 Subject: [PATCH] ; 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 35d2fefeafd..be90d1beef5 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 a855ecbf916..8ddd92d5b4d 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 -- 2.39.5