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 /lisp/international | |
parent | 55fb4286284a2a49da905fdd47bdcd40ac8b6c47 (diff) | |
download | emacs-8fc29035f39226e4c9154132fa57d57559ee4c22.tar.gz |
* 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 'lisp/international')
-rw-r--r-- | lisp/international/mule-cmds.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index c7ac9f4f7f1..75ba2f026fc 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -330,7 +330,7 @@ This sets the following coding systems: This also sets the following values: o default value used as `file-name-coding-system' for converting file names if CODING-SYSTEM is ASCII-compatible - o default value for the command `set-terminal-coding-system' (not on MSDOS) + o default value for the command `set-terminal-coding-system' (not on MS-DOS) o default value for the command `set-keyboard-coding-system' if CODING-SYSTEM is ASCII-compatible" (check-coding-system coding-system) @@ -370,7 +370,7 @@ This also sets the following coding systems: o default coding system for subprocess I/O This also sets the following values: o default value used as `file-name-coding-system' for converting file names - o default value for the command `set-terminal-coding-system' (not on MSDOS) + o default value for the command `set-terminal-coding-system' (not on MS-DOS) o default value for the command `set-keyboard-coding-system' If CODING-SYSTEM specifies a certain type of EOL conversion, the coding |