* src/fileio.c (Ffile_executable_p): Doc tweak.

This commit is contained in:
Glenn Morris 2014-05-10 19:30:57 -07:00
parent 0add095990
commit 970fd40117
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2014-05-11 Glenn Morris <rgm@gnu.org>
* fileio.c (Ffile_executable_p): Doc tweak.
2014-05-10 Jan Djärv <jan.h.d@swipnet.se>
* xsettings.c (init_gsettings): Use g_settings_schema_source_lookup

View file

@ -2546,7 +2546,9 @@ Use `file-symlink-p' to test for such links. */)
DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0,
doc: /* Return t if FILENAME can be executed by you.
For a directory, this means you can access files in that directory. */)
For a directory, this means you can access files in that directory.
\(It is generally better to use `file-accessible-directory-p' for that
purpose, though.) */)
(Lisp_Object filename)
{
Lisp_Object absname;