mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-16 09:50:25 +00:00
international/quail.el (quail-help): Make it not a command.
This commit is contained in:
parent
ba355de014
commit
6950f15268
3
etc/NEWS
3
etc/NEWS
@ -154,6 +154,9 @@ not consume CPU cycles.
|
||||
some enhancements, like the ability to restore deleted frames. Command
|
||||
`frame-configuration-to-register' is still available, but unbound.
|
||||
|
||||
** The command `quail-help' is deleted. Use `C-h C-\'
|
||||
(`describe-input-method') instead.
|
||||
|
||||
|
||||
* Editing Changes in Emacs 24.4
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
2013-09-26 Kenichi Handa <handa@gnu.org>
|
||||
|
||||
* international/quail.el (quail-help): Make it not a command.
|
||||
|
||||
2013-09-26 Leo Liu <sdl.web@gmail.com>
|
||||
|
||||
* minibuffer.el (completion-all-sorted-completions): Make args
|
||||
|
@ -2486,7 +2486,6 @@ should be made by `quail-build-decode-map' (which see)."
|
||||
"Show brief description of the current Quail package.
|
||||
Optional arg PACKAGE specifies the name of alternative Quail
|
||||
package to describe."
|
||||
(interactive)
|
||||
(require 'help-mode)
|
||||
(let ((help-xref-mule-regexp help-xref-mule-regexp-template)
|
||||
(mb enable-multibyte-characters)
|
||||
|
Loading…
Reference in New Issue
Block a user