summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/w32-fns.el2
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 @@
+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
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"))))
;; (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.