diff options
| author | Richard M. Stallman | 1995-04-30 15:27:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-04-30 15:27:38 +0000 |
| commit | 5949c48ae043f464bc5f0f52ff9068d4e0551ca4 (patch) | |
| tree | ba8dfd24143013b11dec0873f71303172584c993 /lispref | |
| parent | aba66e2a44fd33756a59ba0b4806b62a4da43c7c (diff) | |
| download | emacs-5949c48ae043f464bc5f0f52ff9068d4e0551ca4.tar.gz emacs-5949c48ae043f464bc5f0f52ff9068d4e0551ca4.zip | |
Mention file-regular-p operation.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/files.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 88f787f2e44..7c7f20c2884 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -1860,8 +1860,8 @@ Here are the operations that a magic file name handler gets to handle: | |||
| 1860 | @code{file-name-as-directory}, @code{file-name-completion}, | 1860 | @code{file-name-as-directory}, @code{file-name-completion}, |
| 1861 | @code{file-name-directory}, @code{file-name-nondirectory}, | 1861 | @code{file-name-directory}, @code{file-name-nondirectory}, |
| 1862 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, | 1862 | @code{file-name-sans-versions}, @code{file-newer-than-file-p}, |
| 1863 | @code{file-readable-p}, @code{file-symlink-p}, @code{file-truename}, | 1863 | @code{file-readable-p}, @code{file-regular-p}, @code{file-symlink-p}, |
| 1864 | @code{file-writable-p}, @code{insert-directory},@* | 1864 | @code{file-truename}, @code{file-writable-p}, @code{insert-directory}, |
| 1865 | @code{insert-file-contents}, @code{load}, @code{make-directory}, | 1865 | @code{insert-file-contents}, @code{load}, @code{make-directory}, |
| 1866 | @code{make-symbolic-link}, @code{rename-file}, @code{set-file-modes}, | 1866 | @code{make-symbolic-link}, @code{rename-file}, @code{set-file-modes}, |
| 1867 | @code{set-visited-file-modtime}, @code{unhandled-file-name-directory}, | 1867 | @code{set-visited-file-modtime}, @code{unhandled-file-name-directory}, |