aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/files.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/files.texi b/doc/lispref/files.texi
index 70c7177e064..e189da9fbe2 100644
--- a/doc/lispref/files.texi
+++ b/doc/lispref/files.texi
@@ -1154,7 +1154,9 @@ on Mac OS X.
1154Currently this function always returns @code{nil} on platforms other 1154Currently this function always returns @code{nil} on platforms other
1155than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect 1155than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect
1156case-insensitivity of mounted filesystems, such as Samba shares or 1156case-insensitivity of mounted filesystems, such as Samba shares or
1157NFS-mounted Windows volumes. 1157NFS-mounted Windows volumes. On remote hosts, it assumes @code{t} for
1158the @samp{smb} method. For all other connection methods, runtime
1159tests are performed.
1158@end defun 1160@end defun
1159 1161
1160@defun file-in-directory-p file dir 1162@defun file-in-directory-p file dir