diff options
| -rw-r--r-- | lispref/files.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/files.texi b/lispref/files.texi index 7ea482efa51..aa5b0c397b1 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -2493,7 +2493,7 @@ Here are the operations that a magic file name handler gets to handle: | |||
| 2493 | @code{file-attributes}, | 2493 | @code{file-attributes}, |
| 2494 | @code{file-directory-p}, | 2494 | @code{file-directory-p}, |
| 2495 | @code{file-executable-p}, @code{file-exists-p}, | 2495 | @code{file-executable-p}, @code{file-exists-p}, |
| 2496 | @code{file-local-copy}, | 2496 | @code{file-local-copy}, @code{file-remote-p}, |
| 2497 | @code{file-modes}, @code{file-name-all-completions}, | 2497 | @code{file-modes}, @code{file-name-all-completions}, |
| 2498 | @code{file-name-as-directory}, | 2498 | @code{file-name-as-directory}, |
| 2499 | @code{file-name-completion}, | 2499 | @code{file-name-completion}, |
| @@ -2537,7 +2537,7 @@ Here are the operations that a magic file name handler gets to handle: | |||
| 2537 | @code{file-attributes}, | 2537 | @code{file-attributes}, |
| 2538 | @code{file-direct@discretionary{}{}{}ory-p}, | 2538 | @code{file-direct@discretionary{}{}{}ory-p}, |
| 2539 | @code{file-executable-p}, @code{file-exists-p}, | 2539 | @code{file-executable-p}, @code{file-exists-p}, |
| 2540 | @code{file-local-copy}, | 2540 | @code{file-local-copy}, @code{file-remote-p}, |
| 2541 | @code{file-modes}, @code{file-name-all-completions}, | 2541 | @code{file-modes}, @code{file-name-all-completions}, |
| 2542 | @code{file-name-as-directory}, | 2542 | @code{file-name-as-directory}, |
| 2543 | @code{file-name-completion}, | 2543 | @code{file-name-completion}, |
| @@ -2645,8 +2645,7 @@ of the local copy file. | |||
| 2645 | @end defun | 2645 | @end defun |
| 2646 | 2646 | ||
| 2647 | @defun file-remote-p filename | 2647 | @defun file-remote-p filename |
| 2648 | This function returns @code{t} if @var{filename} is a remote file---that is, | 2648 | This function returns @code{t} if @var{filename} is a remote file. |
| 2649 | a magic file name that handles @code{file-local-copy}. | ||
| 2650 | @end defun | 2649 | @end defun |
| 2651 | 2650 | ||
| 2652 | @defun unhandled-file-name-directory filename | 2651 | @defun unhandled-file-name-directory filename |