aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2009-02-24 11:53:33 +0000
committerJuanma Barranquero2009-02-24 11:53:33 +0000
commitf54e2d1ceb26c8e07e6ebe138d311cf2d42ab55f (patch)
tree1ad744776c667511feff06a1be5f3bdcfe19d88b
parentd9cce2069cbbeee248f395e2093236d52b68270d (diff)
downloademacs-f54e2d1ceb26c8e07e6ebe138d311cf2d42ab55f.tar.gz
emacs-f54e2d1ceb26c8e07e6ebe138d311cf2d42ab55f.zip
* w32-vars.el (w32-system-shells): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/w32-vars.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index acc29afb0e1..692e63470c5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12009-02-24 Juanma Barranquero <lekktu@gmail.com> 12009-02-24 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * w32-vars.el (w32-system-shells): Doc fix.
4
3 * image.el (image-load-path-for-library, insert-sliced-image): 5 * image.el (image-load-path-for-library, insert-sliced-image):
4 Fix typos in docstrings. 6 Fix typos in docstrings.
5 7
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."
53(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com" 53(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
54 "4nt" "4nt.exe" "4dos" "4dos.exe" 54 "4nt" "4nt.exe" "4dos" "4dos.exe"
55 "tcc" "tcc.exe" "ndos" "ndos.exe") 55 "tcc" "tcc.exe" "ndos" "ndos.exe")
56 "List of strings recognized as Windows NT/9X system shells." 56 "List of strings recognized as Windows system shells."
57 :type '(repeat string) 57 :type '(repeat string)
58 :group 'w32) 58 :group 'w32)
59 59