# HG changeset patch # User Glenn Morris # Date 1237443964 0 # Node ID eaf39e07d5ea8cd2a3b8a2d8534e1e2d0157a6e4 # Parent e34cdd6bbf86194e01de646dcc905d70d0d7b480 (Fsubstitute_in_file_name): Doc fix. diff -r e34cdd6bbf86 -r eaf39e07d5ea src/ChangeLog --- a/src/ChangeLog Thu Mar 19 06:20:27 2009 +0000 +++ b/src/ChangeLog Thu Mar 19 06:26:04 2009 +0000 @@ -1,3 +1,7 @@ +2009-03-19 Glenn Morris + + * fileio.c (Fsubstitute_in_file_name): Doc fix. + 2009-03-19 Chong Yidong * indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694). diff -r e34cdd6bbf86 -r eaf39e07d5ea src/fileio.c --- 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; {