emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 2ef0040 2/2: Tiny doc fix


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 2ef0040 2/2: Tiny doc fix
Date: Fri, 29 Apr 2016 23:26:32 +0000

branch: master
commit 2ef0040e2363a669d9b93df935d31c98fa130132
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Tiny doc fix
    
    * src/fileio.c (Ffile_accessible_directory_p): Tiny doc fix
    (and fill) (bug#18201).
---
 src/fileio.c |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/fileio.c b/src/fileio.c
index 78cc66d..d931808 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -2662,13 +2662,13 @@ file_directory_p (char const *file)
 
 DEFUN ("file-accessible-directory-p", Ffile_accessible_directory_p,
        Sfile_accessible_directory_p, 1, 1, 0,
-       doc: /* Return t if file FILENAME names a directory you can open.
-For the value to be t, FILENAME must specify the name of a directory as a file,
-and the directory must allow you to open files in it.  In order to use a
-directory as a buffer's current directory, this predicate must return true.
-A directory name spec may be given instead; then the value is t
-if the directory so specified exists and really is a readable and
-searchable directory.  */)
+       doc: /* Return t if FILENAME names a directory you can open.
+For the value to be t, FILENAME must specify the name of a directory
+as a file, and the directory must allow you to open files in it.  In
+order to use a directory as a buffer's current directory, this
+predicate must return true.  A directory name spec may be given
+instead; then the value is t if the directory so specified exists and
+really is a readable and searchable directory.  */)
   (Lisp_Object filename)
 {
   Lisp_Object absname;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]