Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6950f152
Commit
6950f152
authored
Sep 26, 2013
by
Kenichi Handa
Browse files
international/quail.el (quail-help): Make it not a command.
parent
ba355de0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
etc/NEWS
etc/NEWS
+3
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/quail.el
lisp/international/quail.el
+0
-1
No files found.
etc/NEWS
View file @
6950f152
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
6950f152
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
...
...
lisp/international/quail.el
View file @
6950f152
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment