emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116328: * files.el (file-relative-name): Doc fix.


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] trunk r116328: * files.el (file-relative-name): Doc fix.
Date: Sat, 08 Feb 2014 04:55:03 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116328
revision-id: address@hidden
parent: address@hidden
fixes bug: http://debbugs.gnu.org/15159
committer: Lars Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Fri 2014-02-07 20:53:52 -0800
message:
  * files.el (file-relative-name): Doc fix.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/files.el                  files.el-20091113204419-o5vbwnq5f7feedwu-265
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-02-08 04:40:26 +0000
+++ b/lisp/ChangeLog    2014-02-08 04:53:52 +0000
@@ -1,5 +1,7 @@
 2014-02-08  Lars Ingebrigtsen  <address@hidden>
 
+       * files.el (file-relative-name): Doc fix (bug#15159).
+
        * fringe.el (fringe-styles): Doc fix (bug#15239).
 
        * isearch.el (isearch-filter-predicate): Documentation typo fix

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2014-01-06 06:25:30 +0000
+++ b/lisp/files.el     2014-02-08 04:53:52 +0000
@@ -4469,6 +4469,8 @@
   "Convert FILENAME to be relative to DIRECTORY (default: `default-directory').
 This function returns a relative file name which is equivalent to FILENAME
 when used with that default directory as the default.
+If FILENAME is a relative file name, it will be interpreted as existing in
+`default-directory'.
 If FILENAME and DIRECTORY lie on different machines or on different drives
 on a DOS/Windows machine, it returns FILENAME in expanded form."
   (save-match-data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]