From: Xue Fuqiao Date: Mon, 10 Jun 2013 11:19:12 +0000 (+0800) Subject: * doc/lispref/files.texi (File Attributes): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~19 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e4568f3bc50daf2a0a95b548a3b4a38b7eec9b45;p=emacs.git * doc/lispref/files.texi (File Attributes): Fix typo. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 8f675bfcda6..7babba40f28 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2013-06-10 Xue Fuqiao + + * files.texi (File Attributes): Fix typo. + 2013-05-29 Stefan Monnier * functions.texi (Lambda Expressions): Lambda expressions don't diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi index 971e38f20b7..a376ac0d586 100644 --- a/doc/lispref/files.texi +++ b/doc/lispref/files.texi @@ -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