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
0b6cadff
Commit
0b6cadff
authored
Feb 21, 2001
by
Dave Love
Browse files
Doc fixes.
parent
62095f01
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
lisp/international/mule-cmds.el
lisp/international/mule-cmds.el
+10
-10
No files found.
lisp/international/mule-cmds.el
View file @
0b6cadff
...
...
@@ -988,18 +988,18 @@ DESCRIPTION is a string describing this method and what it is good for.
The ARGS, if any, are passed as arguments to ACTIVATE-FUNC.
All told, the arguments to ACTIVATE-FUNC are INPUT-METHOD and the ARGS.
This function is mainly used in the file \"leim-list.el\" which is
created at build
ing
time o
f emacs,
register
ing
all
q
uail input methods
contained in the
e
macs distribution.
This function is mainly used in the file \"leim-list.el\"
,
which is
created at
Emacs
build time
t
o register all
Q
uail input methods
contained in the
E
macs distribution.
In case you want to register a new
q
uail input method by yourself, be
In case you want to register a new
Q
uail input method by yourself, be
careful to use the same input method title as given in the third
parameter of `quail-define-package' (
i
f the values are different, the
string specified in this function takes precedence
)
.
parameter of `quail-define-package'
.
(
I
f the values are different, the
string specified in this function takes precedence.
)
The commands `describe-input-method' and `list-input-methods' need
th
is
duplicated values to show some information about input methods
without loading the
affected q
uail packages."
th
ese
duplicated values to show some information about input methods
without loading the
relevant Q
uail packages."
(
if
(
symbolp
lang-env
)
(
setq
lang-env
(
symbol-name
lang-env
)))
(
if
(
symbolp
input-method
)
...
...
@@ -1014,7 +1014,7 @@ without loading the affected quail packages."
(
defun
read-input-method-name
(
prompt
&optional
default
inhibit-null
)
"Read a name of input method from a minibuffer prompting with PROMPT.
If DEFAULT is non-nil, use that as the default,
and substitute it into PROMPT at the first `%s'.
and substitute it into PROMPT at the first `%s'.
If INHIBIT-NULL is non-nil, null input signals an error.
The return value is a string."
...
...
@@ -1233,7 +1233,7 @@ just inactivated.")
"Normal hook run just after an input method insert some chunk of text."
)
(
defvar
input-method-exit-on-first-char
nil
"This flag controls
a timing
when an input method returns.
"This flag controls when an input method returns.
Usually, the input method does not return while there's a possibility
that it may find a different translation if a user types another key.
But, it this flag is non-nil, the input method returns as soon as
...
...
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