* src/dosfns.c (Fint86): Doc fix; don't use obsolete names.
This commit is contained in:
parent
bc55dc04af
commit
bef17bca21
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@ DEFUN ("int86", Fint86, Sint86, 2, 2, 0,
|
||||||
Return the updated REGISTER vector.
|
Return the updated REGISTER vector.
|
||||||
|
|
||||||
INTERRUPT should be an integer in the range 0 to 255.
|
INTERRUPT should be an integer in the range 0 to 255.
|
||||||
REGISTERS should be a vector produced by `make-register' and
|
REGISTERS should be a vector produced by `dos-make-register' and
|
||||||
`set-register-value'. */)
|
`dos-set-register-value'. */)
|
||||||
(Lisp_Object interrupt, Lisp_Object registers)
|
(Lisp_Object interrupt, Lisp_Object registers)
|
||||||
{
|
{
|
||||||
register int i;
|
register int i;
|
||||||
|
|
Loading…
Add table
Reference in a new issue