From: Glenn Morris Date: Wed, 22 Jan 2014 07:55:53 +0000 (-0800) Subject: * lisp/international/quail.el (quail-define-package): Doc fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44e76f9dd1ab4b37eef3702912a1e20f00353868;p=emacs.git * lisp/international/quail.el (quail-define-package): Doc fix. * etc/NEWS: Related edit. --- diff --git a/etc/NEWS b/etc/NEWS index 6fda2c811ab..7f8907d3b1e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a7edc13a74e..106e12e88b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2014-01-22 Glenn Morris + * international/quail.el (quail-define-package): Doc fix. + * emacs-lisp/authors.el (authors-valid-file-names): (authors-renamed-files-alist): Additions. diff --git a/lisp/international/quail.el b/lisp/international/quail.el index 8c381e6430f..d670191bb7a 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -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.