diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2024-02-21 09:02:33 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2024-02-21 09:02:33 +0100 |
commit | d6131b5902a70339305285f9861bdfd24c567eab (patch) | |
tree | 86162b5361fe7e6192721ad86df64e6fd128c721 | |
parent | 2eb85a9de1a5068d09b21464601dbd3263e55c85 (diff) | |
download | emacs-d6131b5902a70339305285f9861bdfd24c567eab.tar.gz emacs-d6131b5902a70339305285f9861bdfd24c567eab.tar.bz2 emacs-d6131b5902a70339305285f9861bdfd24c567eab.zip |
* lisp/net/tramp.el (tramp-methods): Fix typo in docstring. (Bug#69294)
-rw-r--r-- | lisp/net/tramp.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 9d883c96252..2d6db31fee8 100644 --- a/lisp/net/tramp.el +++ b/lisp/net/tramp.el @@ -332,8 +332,8 @@ pair of the form (KEY VALUE). The following KEYs are defined: chosen port for the remote listener. * `tramp-copy-keep-date' - This specifies whether the copying program when the preserves the - timestamp of the original file. + This specifies whether the copying program preserves the timestamp + of the original file. * `tramp-copy-keep-tmpfile' This specifies whether a temporary local file shall be kept |