* files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-02-26 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* files.texi (Magic File Names): Add files-equal-p and file-subdir-of-p.
|
||||
|
||||
2012-02-26 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* files.texi (Kinds of Files): Improve documentation of
|
||||
|
||||
@@ -2726,9 +2726,9 @@ first, before handlers for jobs such as remote file access.
|
||||
@code{file-name-nondirectory},
|
||||
@code{file-name-sans-versions}, @code{file-newer-than-file-p},
|
||||
@code{file-ownership-preserved-p},
|
||||
@code{file-readable-p}, @code{file-regular-p}, @code{file-symlink-p},
|
||||
@code{file-truename}, @code{file-writable-p},
|
||||
@code{find-backup-file-name},
|
||||
@code{file-readable-p}, @code{file-regular-p}, @code{file-subdir-of-p},
|
||||
@code{file-symlink-p}, @code{file-truename}, @code{file-writable-p},
|
||||
@code{files-equal-p}, @code{find-backup-file-name},
|
||||
@c Not sure why it was here: @code{find-file-noselect},@*
|
||||
@code{get-file-buffer},
|
||||
@code{insert-directory},
|
||||
|
||||
Reference in New Issue
Block a user