emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 316f5a3: Fix typo in doc string of file-exists-p


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 316f5a3: Fix typo in doc string of file-exists-p (bug#36408)
Date: Sat, 29 Jun 2019 03:38:22 -0400 (EDT)

branch: emacs-26
commit 316f5a3b717d727d46c15da46471e196bfea9a36
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix typo in doc string of file-exists-p (bug#36408)
    
    * src/fileio.c (Ffile_exists_p): Fix typo in doc string.
---
 src/fileio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/fileio.c b/src/fileio.c
index 47619c0..a648f50 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.  */)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]