diff options
| author | Eli Zaretskii | 2010-06-26 15:11:06 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2010-06-26 15:11:06 +0300 |
| commit | b61dfbe20b281b3960be19896b44faf25d0e06d2 (patch) | |
| tree | be92d76e07f1ec11c7a59f19dcf2b1bdaae0783c | |
| parent | ebd70b0f80decda293ace1616b6915c804ebfa44 (diff) | |
| parent | 98d8b17e45bb1246df61e51f8917b98faa9f1cdd (diff) | |
| download | emacs-b61dfbe20b281b3960be19896b44faf25d0e06d2.tar.gz emacs-b61dfbe20b281b3960be19896b44faf25d0e06d2.zip | |
w32-fns.el (w32-convert-standard-filename): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/w32-fns.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9f4f36cc28..0b1fa599c62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-06-26 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32-fns.el (w32-convert-standard-filename): Doc fix. | ||
| 4 | |||
| 1 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> | 5 | 2010-06-25 Agustín Martín <agustin.martin@hispalinux.es> |
| 2 | 6 | ||
| 3 | * flyspell.el (flyspell-check-previous-highlighted-word): Make | 7 | * flyspell.el (flyspell-check-previous-highlighted-word): Make |
diff --git a/lisp/w32-fns.el b/lisp/w32-fns.el index 0b97b184d22..78fe793b174 100644 --- a/lisp/w32-fns.el +++ b/lisp/w32-fns.el | |||
| @@ -254,7 +254,7 @@ You should set this to t when using a non-system shell.\n\n")))) | |||
| 254 | ;; (expand-file-name ".." exec-directory))))) | 254 | ;; (expand-file-name ".." exec-directory))))) |
| 255 | 255 | ||
| 256 | (defun w32-convert-standard-filename (filename) | 256 | (defun w32-convert-standard-filename (filename) |
| 257 | "Convert a standard file's name to something suitable for the MS-Windows. | 257 | "Convert a standard file's name to something suitable for MS-Windows. |
| 258 | This means to guarantee valid names and perhaps to canonicalize | 258 | This means to guarantee valid names and perhaps to canonicalize |
| 259 | certain patterns. | 259 | certain patterns. |
| 260 | 260 | ||