]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/dosfns.c (Fint86): Doc fix; don't use obsolete names.
authorStefan Kangas <stefan@marxist.se>
Sat, 4 Dec 2021 00:00:04 +0000 (01:00 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 4 Dec 2021 00:00:11 +0000 (01:00 +0100)
src/dosfns.c

index 10023c8c7f179dbb27f77eb6b55d8a7e18bea200..17e896cf2e1899cbc7354b4bc3193807fba5ebb1 100644 (file)
@@ -58,8 +58,8 @@ DEFUN ("int86", Fint86, Sint86, 2, 2, 0,
 Return the updated REGISTER vector.
 
 INTERRUPT should be an integer in the range 0 to 255.
-REGISTERS should be a vector produced by `make-register' and
-`set-register-value'.  */)
+REGISTERS should be a vector produced by `dos-make-register' and
+`dos-set-register-value'.  */)
   (Lisp_Object interrupt, Lisp_Object registers)
 {
   register int i;