# HG changeset patch # User Richard M. Stallman <rms@gnu.org> # Date 732404414 0 # Node ID c26427fc12e28ca215e655d67ba4ad6dba09b483 # Parent 80e0d36bbb77150c527e28ed1acd75bdbc9e76a3 Doc fix. diff -r 80e0d36bbb77 -r c26427fc12e2 src/fileio.c --- a/src/fileio.c Wed Mar 17 20:11:00 1993 +0000 +++ b/src/fileio.c Wed Mar 17 21:40:14 1993 +0000 @@ -1960,7 +1960,7 @@ DEFUN ("file-executable-p", Ffile_executable_p, Sfile_executable_p, 1, 1, 0, "Return t if FILENAME can be executed by you.\n\ -For directories this means you can change to that directory.") +For a directory, this means you can access files in that directory.") (filename) Lisp_Object filename;