From: Stefan Kangas Date: Fri, 28 Jun 2019 00:08:14 +0000 (+0200) Subject: Fix typo in doc string of file-exists-p (bug#36408) X-Git-Tag: emacs-26.3~62 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=316f5a3;p=emacs.git Fix typo in doc string of file-exists-p (bug#36408) * src/fileio.c (Ffile_exists_p): Fix typo in doc string. --- diff --git a/src/fileio.c b/src/fileio.c index 47619c0b7cd..a648f50dcc1 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2541,7 +2541,7 @@ On Unix, absolute file names start with `/'. */) } 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'. This returns nil for a symlink to a nonexistent file. Use `file-symlink-p' to test for such links. */)