diff src/fileio.c @ 102653:eaf39e07d5ea

(Fsubstitute_in_file_name): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Mar 2009 06:26:04 +0000
parents 54ac3994d290
children f6d9599ddae1
line wrap: on
line diff
--- a/src/fileio.c	Thu Mar 19 06:20:27 2009 +0000
+++ b/src/fileio.c	Thu Mar 19 06:26:04 2009 +0000
@@ -1616,7 +1616,10 @@
 the value of that variable.  The variable name should be terminated
 with a character not a letter, digit or underscore; otherwise, enclose
 the entire variable name in braces.
-If `/~' appears, all of FILENAME through that `/' is discarded.  */)
+
+If `/~' appears, all of FILENAME through that `/' is discarded.
+If `//' appears, everything up to and including the first of
+those `/' is discarded.  */)
      (filename)
      Lisp_Object filename;
 {