emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r112909: * doc/lispref/files.texi (File Attributes):


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r112909: * doc/lispref/files.texi (File Attributes): Fix typo.
Date: Mon, 10 Jun 2013 11:19:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112909
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-10 19:19:12 +0800
message:
  * doc/lispref/files.texi (File Attributes): Fix typo.
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-05-29 00:24:50 +0000
+++ b/doc/lispref/ChangeLog     2013-06-10 11:19:12 +0000
@@ -1,3 +1,7 @@
+2013-06-10  Xue Fuqiao  <address@hidden>
+
+       * files.texi (File Attributes): Fix typo.
+
 2013-05-29  Stefan Monnier  <address@hidden>
 
        * functions.texi (Lambda Expressions): Lambda expressions don't

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2013-02-24 19:45:17 +0000
+++ b/doc/lispref/files.texi    2013-06-10 11:19:12 +0000
@@ -1166,11 +1166,11 @@
 levels of parent directories.
 
 @defun file-nlinks filename
-This functions returns the number of names (i.e., hard links) that
-file @var{filename} has.  If the file does not exist, then this function
-returns @code{nil}.  Note that symbolic links have no effect on this
-function, because they are not considered to be names of the files they
-link to.
+This function returns the number of names (i.e., hard link(s) + 1)
+that file @var{filename} has.  If the file does not exist, then this
+function returns @code{nil}.  Note that symbolic links have no effect
+on this function, because they are not considered to be names of the
+files they link to.
 
 @example
 @group


reply via email to

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