diff options
| author | Lars Ingebrigtsen | 2016-04-30 01:26:17 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-04-30 01:26:17 +0200 |
| commit | 2ef0040e2363a669d9b93df935d31c98fa130132 (patch) | |
| tree | aec508d4dd1fdb5ec4d7dd49e5f5f6913409b3d6 /src | |
| parent | 6b769c81d024f7eeb90b167e7df6f87d859614d4 (diff) | |
| download | emacs-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.c | 14 |
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 | ||
| 2663 | DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p, | 2663 | DEFUN ("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. |
| 2666 | For the value to be t, FILENAME must specify the name of a directory as a file, | 2666 | For the value to be t, FILENAME must specify the name of a directory |
| 2667 | and the directory must allow you to open files in it. In order to use a | 2667 | as a file, and the directory must allow you to open files in it. In |
| 2668 | directory as a buffer's current directory, this predicate must return true. | 2668 | order to use a directory as a buffer's current directory, this |
| 2669 | A directory name spec may be given instead; then the value is t | 2669 | predicate must return true. A directory name spec may be given |
| 2670 | if the directory so specified exists and really is a readable and | 2670 | instead; then the value is t if the directory so specified exists and |
| 2671 | searchable directory. */) | 2671 | really is a readable and searchable directory. */) |
| 2672 | (Lisp_Object filename) | 2672 | (Lisp_Object filename) |
| 2673 | { | 2673 | { |
| 2674 | Lisp_Object absname; | 2674 | Lisp_Object absname; |