* src/dosfns.c (Fint86): Doc fix; don't use obsolete names.

This commit is contained in:
Stefan Kangas 2021-12-04 01:00:04 +01:00
parent bc55dc04af
commit bef17bca21

View file

@ -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;