diff options
| author | Michael Albinus | 2024-09-23 09:53:17 +0200 |
|---|---|---|
| committer | Michael Albinus | 2024-09-23 09:53:17 +0200 |
| commit | dda7abb177b8eec537b18abb978fcbcb61dd8af1 (patch) | |
| tree | 87f3edb0b2a37fdfda8118e702452ff1953dad6f /doc/misc | |
| parent | 3fb966dc6392e1908304a1b6fe481da9f670cfbb (diff) | |
| download | emacs-dda7abb177b8eec537b18abb978fcbcb61dd8af1.tar.gz emacs-dda7abb177b8eec537b18abb978fcbcb61dd8af1.zip | |
* doc/misc/tramp.texi (Frequently Asked Questions): Improve indices.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a0a0a7164fb..5d26fc03336 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -6017,6 +6017,8 @@ $ export EDITOR=/path/to/emacsclient.sh | |||
| 6017 | @item | 6017 | @item |
| 6018 | How to determine whether a buffer is remote? | 6018 | How to determine whether a buffer is remote? |
| 6019 | 6019 | ||
| 6020 | @findex file-remote-p | ||
| 6021 | @vindex default-directory | ||
| 6020 | The buffer-local variable @code{default-directory} tells this. If the | 6022 | The buffer-local variable @code{default-directory} tells this. If the |
| 6021 | form @code{(file-remote-p default-directory)} returns non-@code{nil}, | 6023 | form @code{(file-remote-p default-directory)} returns non-@code{nil}, |
| 6022 | the buffer is remote. See the optional arguments of | 6024 | the buffer is remote. See the optional arguments of |