]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fsubstitute_in_file_name): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:26:04 +0000 (06:26 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 19 Mar 2009 06:26:04 +0000 (06:26 +0000)
src/ChangeLog
src/fileio.c

index 674b100c3385e3846a8317c4c56a34fa14a2aad0..33be1d20ea45c7d93bc3f8c3a1211ce814d49531 100644 (file)
@@ -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).
index ab06e4e5c872c052130cd852546d0260dbdb5db7..ae64be4ba037c4786eeada4f2a99ce5603d23f70 100644 (file)
@@ -1616,7 +1616,10 @@ DEFUN ("substitute-in-file-name", Fsubstitute_in_file_name,
 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;
 {