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
44e76f9d
Commit
44e76f9d
authored
Jan 21, 2014
by
Glenn Morris
Browse files
* lisp/international/quail.el (quail-define-package): Doc fix.
* etc/NEWS: Related edit.
parent
73c1c6d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
5 deletions
+9
-5
etc/NEWS
etc/NEWS
+2
-1
lisp/ChangeLog
lisp/ChangeLog
+2
-0
lisp/international/quail.el
lisp/international/quail.el
+5
-4
No files found.
etc/NEWS
View file @
44e76f9d
...
...
@@ -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
...
...
lisp/ChangeLog
View file @
44e76f9d
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.
...
...
lisp/international/quail.el
View file @
44e76f9d
...
...
@@ -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.
...
...
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