]> git.eshelyaron.com Git - emacs.git/commitdiff
Update description of 'tramp-crypt-remove-directory'
authorRobert Pluim <rpluim@gmail.com>
Thu, 4 Feb 2021 10:24:13 +0000 (11:24 +0100)
committerRobert Pluim <rpluim@gmail.com>
Thu, 4 Feb 2021 10:25:31 +0000 (11:25 +0100)
* doc/misc/tramp.texi (Keeping files encrypted): Correct name of
function to use to indicate files should no longer be encrypted,
and update its description.

doc/misc/tramp.texi

index efe839574d2bdfa6ed4ca11d0c93fc1769bdd421..c2e9fe66dfd990b7f98b456a3cbabb4455d7c1da 100644 (file)
@@ -2792,9 +2792,10 @@ visiting a file will show its encrypted contents.  However, it is
 highly discouraged to mix encrypted and not encrypted files in the
 same directory.
 
-@deffn Command tramp-crypt-add-directory name
-If a remote directory shall not include encrypted files anymore, it
-must be indicated by this command.
+@deffn Command tramp-crypt-remove-directory name
+This command should be used to indicate that files in @code{name}
+should no longer be encrypted.  Existing encrypted files and
+subdirectories will remain encrypted.
 @end deffn