From 2c2ff6358074a799c24c9bbf62a2e4466f295901 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 13 Jul 2025 15:24:55 +0100 Subject: [PATCH] ; Fixes to last change. --- doc/misc/tramp.texi | 2 +- lisp/net/tramp-cmds.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 0d3d2d4e580..b7d83cce585 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -3939,7 +3939,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. diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 00901d37972..6d9ddedd361 100644 --- a/lisp/net/tramp-cmds.el +++ b/lisp/net/tramp-cmds.el @@ -632,7 +632,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) -- 2.39.5