summaryrefslogtreecommitdiff
path: root/src/msdos.c
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-14 13:05:18 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-14 13:05:18 +0000
commit8fc29035f39226e4c9154132fa57d57559ee4c22 (patch)
tree55ff7eaaeb8f2c367823bac20576acbcee9c1284 /src/msdos.c
parent55fb4286284a2a49da905fdd47bdcd40ac8b6c47 (diff)
downloademacs-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 'src/msdos.c')
-rw-r--r--src/msdos.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/msdos.c b/src/msdos.c
index c8a8b5f1b88..86b765fb68b 100644
--- a/src/msdos.c
+++ b/src/msdos.c
@@ -4280,7 +4280,7 @@ int _rename(const char *old, const char *new)
DEFUN ("msdos-long-file-names", Fmsdos_long_file_names, Smsdos_long_file_names,
0, 0, 0,
- doc: /* Return non-nil if long file names are supported on MSDOS. */)
+ doc: /* Return non-nil if long file names are supported on MS-DOS. */)
()
{
return (_USE_LFN ? Qt : Qnil);
@@ -5247,7 +5247,7 @@ syms_of_msdos ()
DEFVAR_LISP ("dos-unsupported-char-glyph", &Vdos_unsupported_char_glyph,
doc: /* *Glyph to display instead of chars not supported by current codepage.
-This variable is used only by MSDOS terminals. */);
+This variable is used only by MS-DOS terminals. */);
Vdos_unsupported_char_glyph = make_number ('\177');
#endif