]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/files.texi (File Attributes): Fix typo.
authorXue Fuqiao <xfq.free@gmail.com>
Mon, 10 Jun 2013 11:19:12 +0000 (19:19 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Mon, 10 Jun 2013 11:19:12 +0000 (19:19 +0800)
doc/lispref/ChangeLog
doc/lispref/files.texi

index 8f675bfcda68646590b44aa8d36b0006dd9d5237..7babba40f28705f22e6629fa4f24b581db26ec31 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-10  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * files.texi (File Attributes): Fix typo.
+
 2013-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * functions.texi (Lambda Expressions): Lambda expressions don't
index 971e38f20b73765ddb857477c7e64558247fc8d6..a376ac0d586e830813014cb412909d82dd223f33 100644 (file)
@@ -1166,11 +1166,11 @@ target.  However, they both recursively follow symbolic links at all
 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