aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-30 01:26:17 +0200
committerLars Ingebrigtsen2016-04-30 01:26:17 +0200
commit2ef0040e2363a669d9b93df935d31c98fa130132 (patch)
treeaec508d4dd1fdb5ec4d7dd49e5f5f6913409b3d6 /src
parent6b769c81d024f7eeb90b167e7df6f87d859614d4 (diff)
downloademacs-2ef0040e2363a669d9b93df935d31c98fa130132.tar.gz
emacs-2ef0040e2363a669d9b93df935d31c98fa130132.zip
Tiny doc fix
* src/fileio.c (Ffile_accessible_directory_p): Tiny doc fix (and fill) (bug#18201).
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 78cc66d7a41..d9318083ce0 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2662,13 +2662,13 @@ file_directory_p (char const *file)
2662 2662
2663DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, 2663DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p,
2664 Sfile_accessible_directory_p, 1, 1, 0, 2664 Sfile_accessible_directory_p, 1, 1, 0,
2665 doc: /* Return t if file FILENAME names a directory you can open. 2665 doc: /* Return t if FILENAME names a directory you can open.
2666For the value to be t, FILENAME must specify the name of a directory as a file, 2666For the value to be t, FILENAME must specify the name of a directory
2667and the directory must allow you to open files in it. In order to use a 2667as a file, and the directory must allow you to open files in it. In
2668directory as a buffer's current directory, this predicate must return true. 2668order to use a directory as a buffer's current directory, this
2669A directory name spec may be given instead; then the value is t 2669predicate must return true. A directory name spec may be given
2670if the directory so specified exists and really is a readable and 2670instead; then the value is t if the directory so specified exists and
2671searchable directory. */) 2671really is a readable and searchable directory. */)
2672 (Lisp_Object filename) 2672 (Lisp_Object filename)
2673{ 2673{
2674 Lisp_Object absname; 2674 Lisp_Object absname;