aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2009-03-19 06:26:04 +0000
committerGlenn Morris <[email protected]>2009-03-19 06:26:04 +0000
commitc68845e0581685a01e5a6f0603bdc29f9b39c5ef (patch)
treeb154db0a600a68cc06b46cd7c67495f72f3fce27 /src/fileio.c
parent33e38fa1c8d0bea02521939965bf210a3e8fff6a (diff)
(Fsubstitute_in_file_name): Doc fix.
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c5
1 files changed, 4 insertions, 1 deletions
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;
{