Fix typo in doc string of file-exists-p (bug#36408)
* src/fileio.c (Ffile_exists_p): Fix typo in doc string.
This commit is contained in:
parent
bfc7c6e0d3
commit
316f5a3b71
1 changed files with 1 additions and 1 deletions
|
@ -2541,7 +2541,7 @@ On Unix, absolute file names start with `/'. */)
|
||||||
}
|
}
|
||||||
|
|
||||||
DEFUN ("file-exists-p", Ffile_exists_p, Sfile_exists_p, 1, 1, 0,
|
DEFUN ("file-exists-p", Ffile_exists_p, Sfile_exists_p, 1, 1, 0,
|
||||||
doc: /* Return t if file FILENAME exists (whether or not you can read it.)
|
doc: /* Return t if file FILENAME exists (whether or not you can read it).
|
||||||
See also `file-readable-p' and `file-attributes'.
|
See also `file-readable-p' and `file-attributes'.
|
||||||
This returns nil for a symlink to a nonexistent file.
|
This returns nil for a symlink to a nonexistent file.
|
||||||
Use `file-symlink-p' to test for such links. */)
|
Use `file-symlink-p' to test for such links. */)
|
||||||
|
|
Loading…
Add table
Reference in a new issue