Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3abc411
Commit
f3abc411
authored
Aug 30, 2000
by
Kenichi Handa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(quail-self-insert-command): Fix docstring.
parent
75cf0095
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/international/quail.el
lisp/international/quail.el
+1
-1
No files found.
lisp/international/quail.el
View file @
f3abc411
...
...
@@ -1259,7 +1259,7 @@ The returned value is a Quail map specific to KEY."
(quail-terminate-translation)))
(defun quail-self-insert-command ()
"
Translate
the
typed
character
to
by
the
current
Quail
map.
"
"
Translate
the
typed
key
by
the
current
Quail
map
,
and
insert
.
"
(interactive "
*
")
(setq quail-current-key
(concat quail-current-key (char-to-string last-command-event)))
...
...
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