projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c47ff
)
; Fix typo missed in previous change
author
Robert Pluim
<rpluim@gmail.com>
Mon, 18 Jul 2022 14:54:16 +0000
(16:54 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Mon, 18 Jul 2022 14:54:16 +0000
(16:54 +0200)
lisp/net/tramp-crypt.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-crypt.el
b/lisp/net/tramp-crypt.el
index 47280b880ef385e3ebf2136072712b5abc041ea8..9588e6a1a8ca4139eeb43684b93347a4d0c9b03e 100644
(file)
--- a/
lisp/net/tramp-crypt.el
+++ b/
lisp/net/tramp-crypt.el
@@
-143,7
+143,7
@@
They are completed by \"M-x TAB\" only when encryption support is enabled."
;;;###tramp-autoload
(defsubst tramp-crypt-file-name-p (name)
"Return the encrypted remote directory NAME belongs to.
-If NAME doesn't belong to an encrypted remote directory, retun nil."
+If NAME doesn't belong to an encrypted remote directory, retu
r
n nil."
(catch 'crypt-file-name-p
(and tramp-crypt-enabled (stringp name)
(not (tramp-compat-file-name-quoted-p name))