]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/fileio.c (Ffile_executable_p): Doc tweak.
authorGlenn Morris <rgm@gnu.org>
Sun, 11 May 2014 02:30:57 +0000 (19:30 -0700)
committerGlenn Morris <rgm@gnu.org>
Sun, 11 May 2014 02:30:57 +0000 (19:30 -0700)
src/ChangeLog
src/fileio.c

index 9c5f2e9058900c5668527b90198fd5f4ea86808a..2283677a44896edcbbdcc03cb636a21f4645290f 100644 (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
index 8aaed3248a7b5d81d4c3f5b1d344a565470b7741..03519eda68d115480524a3077bc8d53b80eee02c 100644 (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;