Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.772 emacs/lisp/files.el:1.773
*** emacs/lisp/files.el:1.772   Sat May 21 02:42:00 2005
--- emacs/lisp/files.el Tue May 31 13:26:21 2005
***************
*** 514,519 ****
--- 514,523 ----
  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


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to