emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100309: Fix bug #7617 with docume


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100309: Fix bug #7617 with documentation of expand-file-name.
Date: Mon, 13 Dec 2010 18:13:29 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100309
committer: Eli Zaretskii <address@hidden>
branch nick: emacs-23
timestamp: Mon 2010-12-13 18:13:29 +0200
message:
  Fix bug #7617 with documentation of expand-file-name.
  
   fileio.c (Fexpand_file_name): One more doc fix.
modified:
  src/ChangeLog
  src/fileio.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-12-12 20:37:54 +0000
+++ b/src/ChangeLog     2010-12-13 16:13:29 +0000
@@ -1,3 +1,7 @@
+2010-12-13  Eli Zaretskii  <address@hidden>
+
+       * fileio.c (Fexpand_file_name): One more doc fix.
+
 2010-12-12  Eli Zaretskii  <address@hidden>
 
        * fileio.c (Fexpand_file_name): Doc fix.  (Bug#7617)

=== modified file 'src/fileio.c'
--- a/src/fileio.c      2010-12-12 20:37:54 +0000
+++ b/src/fileio.c      2010-12-13 16:13:29 +0000
@@ -828,6 +828,8 @@
 Second arg DEFAULT-DIRECTORY is directory to start with if NAME is relative
 \(does not start with slash or tilde); if DEFAULT-DIRECTORY is nil or missing,
 the current buffer's value of `default-directory' is used.
+NAME should be a string that is a valid file name for the underlying
+filesystem.
 File name components that are `.' are removed, and
 so are file name components followed by `..', along with the `..' itself;
 note that these simplifications are done without checking the resulting


reply via email to

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