]> git.eshelyaron.com Git - emacs.git/commitdiff
(file-relative-name): Doc fix.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 26 Nov 2005 15:52:10 +0000 (15:52 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 26 Nov 2005 15:52:10 +0000 (15:52 +0000)
lisp/ChangeLog
lisp/files.el

index 15467802b90eb99af3eebb03ab83f420e380f24c..60e6f053e0ef4222fb42dff8c2b810c60528d3c2 100644 (file)
@@ -1,3 +1,7 @@
+2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * files.el (file-relative-name): Doc fix.
+
 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
 
        * progmodes/octave-inf.el (inferior-octave-startup): Force a
index 202d24e09fc89f7fb5968b331f9600d40c19d1f8..20c2ca1897175cd7840eb806af80d86a0ef123dd 100644 (file)
@@ -3154,7 +3154,7 @@ Uses `backup-directory-alist' in the same way as does
 This function returns a relative file name which is equivalent to FILENAME
 when used with that default directory as the default.
 If FILENAME and DIRECTORY lie on different machines or on different drives
-on a DOS/Windows machine, it returns FILENAME on expanded form."
+on a DOS/Windows machine, it returns FILENAME in expanded form."
   (save-match-data
     (setq directory
          (file-name-as-directory (expand-file-name (or directory