From: Glenn Morris Date: Thu, 19 Mar 2009 06:26:04 +0000 (+0000) Subject: (Fsubstitute_in_file_name): Doc fix. X-Git-Tag: emacs-pretest-23.0.92~125 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c68845e0581685a01e5a6f0603bdc29f9b39c5ef;p=emacs.git (Fsubstitute_in_file_name): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 674b100c338..33be1d20ea4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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 --git a/src/fileio.c b/src/fileio.c index ab06e4e5c87..ae64be4ba03 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; {