mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 09:14:18 +00:00
; Fixes to last change.
This commit is contained in:
parent
f1aa9482d1
commit
85159f1dd0
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue