diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2009-02-24 11:53:33 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2009-02-24 11:53:33 +0000 |
commit | f54e2d1ceb26c8e07e6ebe138d311cf2d42ab55f (patch) | |
tree | 1ad744776c667511feff06a1be5f3bdcfe19d88b /lisp/w32-vars.el | |
parent | d9cce2069cbbeee248f395e2093236d52b68270d (diff) | |
download | emacs-f54e2d1ceb26c8e07e6ebe138d311cf2d42ab55f.tar.gz |
* w32-vars.el (w32-system-shells): Doc fix.
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r-- | lisp/w32-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index dd4f8cfd7c7..97a8758c46d 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -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) |