* w32-vars.el (w32-system-shells): Doc fix.

This commit is contained in:
Juanma Barranquero 2009-02-24 11:53:33 +00:00
parent d9cce2069c
commit f54e2d1ceb
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2009-02-24 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-system-shells): Doc fix.
* image.el (image-load-path-for-library, insert-sliced-image):
Fix typos in docstrings.

View file

@ -53,7 +53,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
"4nt" "4nt.exe" "4dos" "4dos.exe"
"tcc" "tcc.exe" "ndos" "ndos.exe")
"List of strings recognized as Windows NT/9X system shells."
"List of strings recognized as Windows system shells."
:type '(repeat string)
:group 'w32)