]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from origin/emacs-28
authorStefan Kangas <stefan@marxist.se>
Wed, 20 Jul 2022 08:30:41 +0000 (10:30 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 20 Jul 2022 08:30:41 +0000 (10:30 +0200)
cb911febc6 ; Fix typos

# Conflicts:
# test/lisp/net/tramp-tests.el

1  2 
ChangeLog.3
doc/misc/texinfo.tex
lisp/net/tramp.el
test/lisp/net/tramp-tests.el

diff --cc ChangeLog.3
Simple merge
Simple merge
Simple merge
index 551a70a21ad597b07d75bde74c260af7cc0336a3,cee3651f213b7b48c143da113d12ad83c349461b..55a6feba9b74a30ce3c2c2beab757786168390a5
@@@ -6547,8 -6290,8 +6547,8 @@@ This is used in tests which we don't wa
             (string-match-p "[[:multibyte:]]" default-directory)))))
  
  (defun tramp--test-crypt-p ()
-   "Check, whether the remote directory is crypted."
+   "Check, whether the remote directory is encrypted."
 -  (tramp-crypt-file-name-p tramp-test-temporary-file-directory))
 +  (tramp-crypt-file-name-p ert-remote-temporary-file-directory))
  
  (defun tramp--test-docker-p ()
    "Check, whether the docker method is used.