]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fixes to last change.
authorSean Whitton <spwhitton@spwhitton.name>
Sun, 13 Jul 2025 14:24:55 +0000 (15:24 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:44:22 +0000 (10:44 +0200)
doc/misc/tramp.texi
lisp/net/tramp-cmds.el

index 0d3d2d4e580f8a1a5c8413d964dca58a8e35a0a6..b7d83cce5856ed5d965e1eea3222b99bde8d8fef 100644 (file)
@@ -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.
index 00901d37972eef935d0ce0a51dfcfa8c670bf709..6d9ddedd3613d9546ea0f975c4b6eeed08587967 100644 (file)
@@ -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)