aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fileio.c5
2 files changed, 8 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 674b100c33..33be1d20ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-19 Glenn Morris <[email protected]>
+
+ * fileio.c (Fsubstitute_in_file_name): Doc fix.
+
2009-03-19 Chong Yidong <[email protected]>
* indent.c (Fvertical_motion): Undo 2005-01-19 change (Bug#2694).
diff --git a/src/fileio.c b/src/fileio.c
index ab06e4e5c8..ae64be4ba0 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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;
{