diff options
author | Glenn Morris <rgm@gnu.org> | 2019-07-06 12:51:30 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-07-06 12:51:30 -0700 |
commit | 16a8a7695f6696e0f637c71bd1a0ba9442d4c5f5 (patch) | |
tree | beff7d5c18968279c63ea29e4d31e2b7cb863997 /src/fileio.c | |
parent | d07dd64fd0476e0346d2de65b965193703ae6e7a (diff) | |
parent | 316f5a3b717d727d46c15da46471e196bfea9a36 (diff) | |
download | emacs-16a8a7695f6696e0f637c71bd1a0ba9442d4c5f5.tar.gz emacs-16a8a7695f6696e0f637c71bd1a0ba9442d4c5f5.tar.bz2 emacs-16a8a7695f6696e0f637c71bd1a0ba9442d4c5f5.zip |
Merge from origin/emacs-26
316f5a3 Fix typo in doc string of file-exists-p (bug#36408)
bfc7c6e * test/lisp/url/url-file-tests.el (url-file): Fix for POSIX f...
13b95e1 Fix typo in windows.texi
8b775c3 Clarify & update (elisp) Writing Emacs Primitives
7648c12 Clarify a subtle issue in the Internals chapter of lispref
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 2825c1b54c6..505e4ec33bf 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -2666,7 +2666,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. */) |