[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 2f3df36: Update description of 'tramp-crypt-remove-directory'
From: |
Robert Pluim |
Subject: |
master 2f3df36: Update description of 'tramp-crypt-remove-directory' |
Date: |
Thu, 4 Feb 2021 05:27:00 -0500 (EST) |
branch: master
commit 2f3df36be8bd57dc3bf002e26e9e761c5b2cf878
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>
Update description of 'tramp-crypt-remove-directory'
* 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 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index efe8395..c2e9fe6 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 2f3df36: Update description of 'tramp-crypt-remove-directory',
Robert Pluim <=