Mercurial > emacs
diff src/fileio.c @ 2236:c26427fc12e2
Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 17 Mar 1993 21:40:14 +0000 |
parents | 30eb06b22ae4 |
children | 668491072928 |
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;