aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus2024-09-23 09:53:17 +0200
committerMichael Albinus2024-09-23 09:53:17 +0200
commitdda7abb177b8eec537b18abb978fcbcb61dd8af1 (patch)
tree87f3edb0b2a37fdfda8118e702452ff1953dad6f /doc/misc
parent3fb966dc6392e1908304a1b6fe481da9f670cfbb (diff)
downloademacs-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.texi2
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
6018How to determine whether a buffer is remote? 6018How to determine whether a buffer is remote?
6019 6019
6020@findex file-remote-p
6021@vindex default-directory
6020The buffer-local variable @code{default-directory} tells this. If the 6022The buffer-local variable @code{default-directory} tells this. If the
6021form @code{(file-remote-p default-directory)} returns non-@code{nil}, 6023form @code{(file-remote-p default-directory)} returns non-@code{nil},
6022the buffer is remote. See the optional arguments of 6024the buffer is remote. See the optional arguments of