# HG changeset patch # User Juanma Barranquero # Date 1235476413 0 # Node ID 8234994136f0002f24e06dc61e8e89c82402e404 # Parent df4c101145234ac6981623fab600af50f1fe832d * w32-vars.el (w32-system-shells): Doc fix. diff -r df4c10114523 -r 8234994136f0 lisp/ChangeLog --- a/lisp/ChangeLog Tue Feb 24 11:50:34 2009 +0000 +++ b/lisp/ChangeLog Tue Feb 24 11:53:33 2009 +0000 @@ -1,5 +1,7 @@ 2009-02-24 Juanma Barranquero + * w32-vars.el (w32-system-shells): Doc fix. + * image.el (image-load-path-for-library, insert-sliced-image): Fix typos in docstrings. diff -r df4c10114523 -r 8234994136f0 lisp/w32-vars.el --- a/lisp/w32-vars.el Tue Feb 24 11:50:34 2009 +0000 +++ b/lisp/w32-vars.el Tue Feb 24 11:53:33 2009 +0000 @@ -53,7 +53,7 @@ (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)