diff options
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/files.texi | 4 |
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. | |||
| 1154 | Currently this function always returns @code{nil} on platforms other | 1154 | Currently this function always returns @code{nil} on platforms other |
| 1155 | than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect | 1155 | than MS-DOS, MS-Windows, Cygwin, and Mac OS X. It does not detect |
| 1156 | case-insensitivity of mounted filesystems, such as Samba shares or | 1156 | case-insensitivity of mounted filesystems, such as Samba shares or |
| 1157 | NFS-mounted Windows volumes. | 1157 | NFS-mounted Windows volumes. On remote hosts, it assumes @code{t} for |
| 1158 | the @samp{smb} method. For all other connection methods, runtime | ||
| 1159 | tests 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 |