]> git.eshelyaron.com Git - emacs.git/commitdiff
(convert-standard-filename): Docstring fix.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 31 May 2005 13:26:21 +0000 (13:26 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 31 May 2005 13:26:21 +0000 (13:26 +0000)
lisp/files.el

index 4602b4e1efa6c6a8838a7eb14e48c8e0b3dfa5bc..a75b6b2fc89af8f5c7cd3aa3068c995dfee86c35 100644 (file)
@@ -514,6 +514,10 @@ Runs the usual ange-ftp hook, but only for completion operations."
 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