]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in doc string of file-exists-p (bug#36408)
authorStefan Kangas <stefankangas@gmail.com>
Fri, 28 Jun 2019 00:08:14 +0000 (02:08 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 29 Jun 2019 07:37:26 +0000 (10:37 +0300)
* src/fileio.c (Ffile_exists_p): Fix typo in doc string.

src/fileio.c

index 47619c0b7cd3ae8aa94fc0676663ad78147e346a..a648f50dcc17d9d0e1cdb36d4624d0a3b94041bf 100644 (file)
@@ -2541,7 +2541,7 @@ On Unix, absolute file names start with `/'.  */)
 }
 \f
 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.  */)