]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/misc/tramp.texi (Frequently Asked Questions): Improve indices.
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 23 Sep 2024 07:53:17 +0000 (09:53 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 23 Sep 2024 11:59:24 +0000 (13:59 +0200)
(cherry picked from commit dda7abb177b8eec537b18abb978fcbcb61dd8af1)

doc/misc/tramp.texi

index 09662835882feef80e30cdc5c60ba82ac5896fd3..4c8172ac82c295c7eebbc92278ea918ba9035b54 100644 (file)
@@ -6001,6 +6001,8 @@ $ export EDITOR=/path/to/emacsclient.sh
 @item
 How to determine whether a buffer is remote?
 
+@findex file-remote-p
+@vindex default-directory
 The buffer-local variable @code{default-directory} tells this.  If the
 form @code{(file-remote-p default-directory)} returns non-@code{nil},
 the buffer is remote.  See the optional arguments of