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.
: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)