Mercurial > emacs
changeset 102239:8234994136f0
* w32-vars.el (w32-system-shells): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 24 Feb 2009 11:53:33 +0000 |
parents | df4c10114523 |
children | ae9bf3689aba |
files | lisp/ChangeLog lisp/w32-vars.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.
--- 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)