1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

* lisp/international/quail.el (quail-define-package): Doc fix.

* etc/NEWS: Related edit.
This commit is contained in:
Glenn Morris 2014-01-21 23:55:53 -08:00
parent 73c1c6d795
commit 44e76f9dd1
3 changed files with 9 additions and 5 deletions

View File

@ -166,7 +166,8 @@ implementations together with links to the source. The old commands
`describe-class', `describe-constructor' and `describe-generic' were
removed.
*** The command `quail-help' has been removed.
---
*** The function `quail-help' is no longer an interactive command.
Use `C-h C-\' (`describe-input-method') instead.
** ImageMagick

View File

@ -1,5 +1,7 @@
2014-01-22 Glenn Morris <rgm@gnu.org>
* international/quail.el (quail-define-package): Doc fix.
* emacs-lisp/authors.el (authors-valid-file-names):
(authors-renamed-files-alist): Additions.

View File

@ -445,10 +445,11 @@ user's keyboard layout to the standard keyboard layout. See the
documentation of `quail-keyboard-layout' and
`quail-keyboard-layout-standard' for more detail.
SHOW-LAYOUT non-nil means the `quail-help' command should show
the user's keyboard layout visually with translated characters.
If KBD-TRANSLATE is set, it is desirable to set also this flag unless
this package defines no translations for single character keys.
SHOW-LAYOUT non-nil means the function `quail-help' (as used by
the command `describe-input-method') should show the user's keyboard
layout visually with translated characters. If KBD-TRANSLATE is
set, it is desirable to also set this flag, unless this package
defines no translations for single character keys.
CREATE-DECODE-MAP non-nil means decode map is also created. A decode
map is an alist of translations and corresponding original keys.