From e4568f3bc50daf2a0a95b548a3b4a38b7eec9b45 Mon Sep 17 00:00:00 2001 From: Xue Fuqiao Date: Mon, 10 Jun 2013 19:19:12 +0800 Subject: [PATCH] * doc/lispref/files.texi (File Attributes): Fix typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/files.texi | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) 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 -- 2.39.2