changeset 109051:7752767c4c7f

w32-fns.el (w32-convert-standard-filename): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 26 Jun 2010 15:08:49 +0300
parents a9dc4c72f652
children 7aadb3822de4
files lisp/ChangeLog lisp/w32-fns.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat May 15 11:38:48 2010 +0300
+++ b/lisp/ChangeLog	Sat Jun 26 15:08:49 2010 +0300
@@ -1,3 +1,7 @@
+2010-06-26  Eli Zaretskii  <eliz@gnu.org>
+
+	* w32-fns.el (w32-convert-standard-filename): Doc fix.
+
 2010-05-15  Eli Zaretskii  <eliz@gnu.org>
 
 	Don't override standard definition of convert-standard-filename.
--- a/lisp/w32-fns.el	Sat May 15 11:38:48 2010 +0300
+++ b/lisp/w32-fns.el	Sat Jun 26 15:08:49 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.