From: Glenn Morris Date: Wed, 12 Jan 2022 18:23:31 +0000 (-0800) Subject: ; Fix typo loose/lose X-Git-Tag: emacs-28.0.92~109 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6998b3011511152edbe54b9794856ad5c16a181d;p=emacs.git ; Fix typo loose/lose --- diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index ae7031e7988..b5af234b968 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2858,7 +2858,7 @@ similar user option as auto-save files, called original file. If you change @code{lock-file-name-transforms} in order to keep file -locks for remote files somewhere else, you will loose Emacs' feature +locks for remote files somewhere else, you will lose Emacs's feature to warn you, if a file is changed in parallel from different Emacs sessions, or via different remote connections. Be careful with such settings. @@ -2927,7 +2927,7 @@ you, for example, mark the remote directory @file{@trampfn{nextcloud,user@@host,/path/to/dir}} for encryption, the configuration file is saved as @file{tramp-%2Fnextcloud%3Auser%40host%3A%2Fpath%2Fto%2Fdir%2F.encfs6.xml} -in @code{user-emacs-directory}. Do not loose this file and the +in @code{user-emacs-directory}. Do not lose this file and the corresponding password; otherwise there is no way to decrypt your encrypted files. diff --git a/lisp/net/tramp-crypt.el b/lisp/net/tramp-crypt.el index 23b668473f9..e8313463da4 100644 --- a/lisp/net/tramp-crypt.el +++ b/lisp/net/tramp-crypt.el @@ -39,7 +39,7 @@ ;; first time you access a crypted remote directory. It is kept in ;; your user directory "~/.emacs.d/" with the url-encoded directory ;; name as part of the basename, and ".encfs6.xml" as suffix. Do not -;; loose this file and the corresponding password; otherwise there is +;; lose this file and the corresponding password; otherwise there is ;; no way to decrypt your crypted files. ;; If the user option `tramp-crypt-save-encfs-config-remote' is