; Fixes to last change.

This commit is contained in:
Sean Whitton 2025-07-13 15:24:55 +01:00
parent f1aa9482d1
commit 85159f1dd0
2 changed files with 2 additions and 2 deletions

View file

@ -3949,7 +3949,7 @@ This is performed with @option{sudo} permissions.
The method used in @code{tramp-revert-buffer-with-sudo} and
@code{tramp-dired-find-file-with-sudo}. It defaults to @option{sudo},
other valid methods are @option{su}, @option{doas}, @option{run0}, and
@option{ksu}. The value can be set connection-local.
@option{ksu}. The value can be set connection-locally.
If a command is called with a prefix argument @kbd{C-u}, the option's
value is read interactively.

View file

@ -640,7 +640,7 @@ For details, see `tramp-rename-files'."
:link '(tramp-info-link :tag "Tramp manual" tramp-file-name-with-method))
(defun tramp-get-file-name-with-method ()
"Return connection-local value of tramp-file-name-with-method."
"Return connection-local value of `tramp-file-name-with-method'."
(tramp-compat-connection-local-value tramp-file-name-with-method))
(defmacro with-tramp-file-name-with-method (&rest body)