Mercurial > emacs
changeset 109054:7aadb3822de4
w32-fns.el (w32-convert-standard-filename): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 26 Jun 2010 15:11:06 +0300 |
parents | f9c1b168d31e (current diff) 7752767c4c7f (diff) |
children | 07e85c9b0a5a |
files | lisp/ChangeLog |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jun 26 15:01:31 2010 +0300 +++ b/lisp/ChangeLog Sat Jun 26 15:11:06 2010 +0300 @@ -1,3 +1,7 @@ +2010-06-26 Eli Zaretskii <eliz@gnu.org> + + * w32-fns.el (w32-convert-standard-filename): Doc fix. + 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> * flyspell.el (flyspell-check-previous-highlighted-word): Make
--- a/lisp/w32-fns.el Sat Jun 26 15:01:31 2010 +0300 +++ b/lisp/w32-fns.el Sat Jun 26 15:11:06 2010 +0300 @@ -254,7 +254,7 @@ ;; (expand-file-name ".." exec-directory))))) (defun w32-convert-standard-filename (filename) - "Convert a standard file's name to something suitable for the MS-Windows. + "Convert a standard file's name to something suitable for MS-Windows. This means to guarantee valid names and perhaps to canonicalize certain patterns.