+2009-03-19 Glenn Morris <rgm@gnu.org>
+
+ * fileio.c (Fsubstitute_in_file_name): Doc fix.
+
2009-03-19 Chong Yidong <cyd@stupidchicken.com>
* indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
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;
{