Mercurial > emacs
changeset 2236:c26427fc12e2
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Mar 1993 21:40:14 +0000 |
parents | 80e0d36bbb77 |
children | 2670a8f6a42e |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;