changeset 102653:eaf39e07d5ea

(Fsubstitute_in_file_name): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 19 Mar 2009 06:26:04 +0000
parents e34cdd6bbf86
children 8cacd0d8fb30
files src/ChangeLog src/fileio.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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).
--- 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;
 {