Function: japanese-TeX-self-insert-command
japanese-TeX-self-insert-command is a function alias and interactive
for self-insert-command, defined in cmds.c.
Signature
(japanese-TeX-self-insert-command N &optional C)
Documentation
Insert the character you type.
Whichever character C you type to run this command is inserted.
The numeric prefix argument N says how many times to repeat the insertion.
Before insertion, expand-abbrev is executed if the inserted character does
not have word syntax and the previous character in the buffer does.
After insertion, internal-auto-fill is called if
auto-fill-function(var)/auto-fill-function(fun) is non-nil and if the auto-fill-chars table has
a non-nil value for the inserted character. At the end, it runs
post-self-insert-hook.
Key Bindings