@@ -1033,7 +1033,7 @@ initial value is overwritten by the car of `tramp-file-name-structure'.")
1033
1033
1034
1034
;;;###autoload
1035
1035
(defcustom tramp-ignored-file-name-regexp nil
1036
- "Regular expression matching file names that are not under Tramp’ s control."
1036
+ "Regular expression matching file names that are not under Tramp' s control."
1037
1037
:version "27.1"
1038
1038
:type '(choice (const nil) regexp))
1039
1039
@@ -1341,8 +1341,8 @@ This function removes from NAME the specification of the remote
1341
1341
host and the method of accessing the host, leaving only the part
1342
1342
that identifies NAME locally on the remote system. NAME must be
1343
1343
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' ."
1346
1346
(save-match-data
1347
1347
(and (tramp-tramp-file-p name)
1348
1348
(string-match (nth 0 tramp-file-name-structure) name)
@@ -3799,10 +3799,10 @@ support symbolic links."
3799
3799
filename))))
3800
3800
3801
3801
(defconst tramp-time-dont-know '(0 0 0 1000)
3802
- "An invalid time value, used as \"Don’ t know\" value.")
3802
+ "An invalid time value, used as \"Don' t know\" value.")
3803
3803
3804
3804
(defconst tramp-time-doesnt-exist '(-1 65535)
3805
- "An invalid time value, used as \"Doesn’ t exist\" value.")
3805
+ "An invalid time value, used as \"Doesn' t exist\" value.")
3806
3806
3807
3807
(defun tramp-handle-set-visited-file-modtime (&optional time-list)
3808
3808
"Like `set-visited-file-modtime' for Tramp files."
0 commit comments