Skip to content

Commit 38db41d

Browse files
committed
Merge from origin/emacs-27
05c5bf4 * lisp/net/tramp.el: Fix typos.
2 parents 26fde48 + 05c5bf4 commit 38db41d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

lisp/net/tramp.el

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ initial value is overwritten by the car of `tramp-file-name-structure'.")
10331033

10341034
;;;###autoload
10351035
(defcustom tramp-ignored-file-name-regexp nil
1036-
"Regular expression matching file names that are not under Tramps control."
1036+
"Regular expression matching file names that are not under Tramp's control."
10371037
:version "27.1"
10381038
:type '(choice (const nil) regexp))
10391039

@@ -1341,8 +1341,8 @@ This function removes from NAME the specification of the remote
13411341
host and the method of accessing the host, leaving only the part
13421342
that identifies NAME locally on the remote system. NAME must be
13431343
a string that matches `tramp-file-name-regexp'. The returned
1344-
file name can be used directly as argument of process-file,
1345-
start-file-process, or shell-command."
1344+
file name can be used directly as argument of `process-file',
1345+
`start-file-process', or `shell-command'."
13461346
(save-match-data
13471347
(and (tramp-tramp-file-p name)
13481348
(string-match (nth 0 tramp-file-name-structure) name)
@@ -3799,10 +3799,10 @@ support symbolic links."
37993799
filename))))
38003800

38013801
(defconst tramp-time-dont-know '(0 0 0 1000)
3802-
"An invalid time value, used as \"Dont know\" value.")
3802+
"An invalid time value, used as \"Don't know\" value.")
38033803

38043804
(defconst tramp-time-doesnt-exist '(-1 65535)
3805-
"An invalid time value, used as \"Doesnt exist\" value.")
3805+
"An invalid time value, used as \"Doesn't exist\" value.")
38063806

38073807
(defun tramp-handle-set-visited-file-modtime (&optional time-list)
38083808
"Like `set-visited-file-modtime' for Tramp files."

0 commit comments

Comments
 (0)