diff options
| author | Richard M. Stallman | 2007-07-09 14:13:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-07-09 14:13:02 +0000 |
| commit | ebcf866ed8fdb229678a21ec77af81d0da29af1d (patch) | |
| tree | 957e10975cffd17cf209491143e6ddceca0429af | |
| parent | 825906b8afc9f011ac6f7a16fcfbbafdf0226523 (diff) | |
| download | emacs-ebcf866ed8fdb229678a21ec77af81d0da29af1d.tar.gz emacs-ebcf866ed8fdb229678a21ec77af81d0da29af1d.zip | |
(Magic File Names): Rewrite previous change.
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/files.texi | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index d7295bd64b1..61bc10c1afc 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-07-09 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * files.texi (Magic File Names): Rewrite previous change. | ||
| 4 | |||
| 1 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> | 5 | 2007-07-08 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 6 | ||
| 3 | * files.texi (Magic File Names): Introduce optional parameter | 7 | * files.texi (Magic File Names): Introduce optional parameter |
diff --git a/lispref/files.texi b/lispref/files.texi index eacb641a8bb..343a6bc5e39 100644 --- a/lispref/files.texi +++ b/lispref/files.texi | |||
| @@ -2786,11 +2786,10 @@ example, that it is possible to start a remote process accessing both | |||
| 2786 | files at the same time. Implementors of file handlers need to ensure | 2786 | files at the same time. Implementors of file handlers need to ensure |
| 2787 | this principle is valid. | 2787 | this principle is valid. |
| 2788 | 2788 | ||
| 2789 | The optional parameter @var{connected}, when passed non-@code{nil}, | 2789 | If @var{connected} is non-@code{nil}, this function returns @code{nil} |
| 2790 | triggers an additional check whether the remote system has been | 2790 | even if @var{filename} is remote, if Emacs has no network connection |
| 2791 | connected already. The function returns then @code{nil} if there is | 2791 | to its host. This is useful when you want to avoid the delay of |
| 2792 | no corresponding open connection, even if @var{filename} is remote. | 2792 | making connections when they don't exist. |
| 2793 | This can be used to avoid unnecessary connection attempts. | ||
| 2794 | @end defun | 2793 | @end defun |
| 2795 | 2794 | ||
| 2796 | @defun unhandled-file-name-directory filename | 2795 | @defun unhandled-file-name-directory filename |