diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-11-14 13:05:18 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-11-14 13:05:18 +0000 |
commit | 8fc29035f39226e4c9154132fa57d57559ee4c22 (patch) | |
tree | 55ff7eaaeb8f2c367823bac20576acbcee9c1284 /src/dosfns.c | |
parent | 55fb4286284a2a49da905fdd47bdcd40ac8b6c47 (diff) | |
download | emacs-8fc29035f39226e4c9154132fa57d57559ee4c22.tar.gz emacs-8fc29035f39226e4c9154132fa57d57559ee4c22.tar.bz2 emacs-8fc29035f39226e4c9154132fa57d57559ee4c22.zip |
* w32-fns.el (w32-shell-dos-semantics):
* calendar/diary-lib.el (diary-face-attrs):
* international/mule-cmds.el (set-default-coding-systems)
(prefer-coding-system):
* net/tramp.el (tramp-set-completion-function):
* progmodes/vhdl-mode.el (vhdl-file-header):
* term/pc-win.el (msdos-show-help): Fix typos in docstrings.
* emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
* files.el (enable-local-eval, not-modified, kill-buffer-ask)
(kill-matching-buffers, save-buffers-kill-emacs)
(save-buffers-kill-terminal): Fix typos in docstrings.
(switch-to-buffer-other-window): Reflow docstring.
(revert-buffer): Doc fix.
(define-project-bindings): Rename arg LIST to SETTINGS.
(project-find-settings-file): Use `let', not `let*'. Use `when'.
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. |