changeset 62926:1cee97f4847c

(convert-standard-filename): Docstring fix.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 31 May 2005 13:26:21 +0000
parents aec28f3b7e61
children bb23fe0bf1d3
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Tue May 31 12:10:29 2005 +0000
+++ b/lisp/files.el	Tue May 31 13:26:21 2005 +0000
@@ -514,6 +514,10 @@
 This means to guarantee valid names and perhaps to canonicalize
 certain patterns.
 
+FILENAME should be an absolute file name since the conversion rules
+sometimes vary depending on the position in the file name.  E.g. c:/foo
+is a valid DOS file name, but c:/bar/c:/foo is not.
+
 This function's standard definition is trivial; it just returns
 the argument.  However, on Windows and DOS, replace invalid
 characters.  On DOS, make sure to obey the 8.3 limitations.  On