diff options
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 240f19c3380..419a4ef44ee 100644 --- a/src/dosfns.c +++ b/src/dosfns.c @@ -48,7 +48,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #endif DEFUN ("int86", Fint86, Sint86, 2, 2, 0, - doc: /* Call specific MSDOS interrupt number INTERRUPT with REGISTERS. + doc: /* Call specific MS-DOS interrupt number INTERRUPT with REGISTERS. Return the updated REGISTER vector. INTERRUPT should be an integer in the range 0 to 255. |