diff options
| author | Robert Pluim | 2021-02-04 11:24:13 +0100 |
|---|---|---|
| committer | Robert Pluim | 2021-02-04 11:25:31 +0100 |
| commit | 2f3df36be8bd57dc3bf002e26e9e761c5b2cf878 (patch) | |
| tree | 31642c74413ad47f3496ad45fe3c56d9032fbf44 | |
| parent | 517e123f90175f9c8fb94348c46d7d6d3236d57a (diff) | |
| download | emacs-2f3df36be8bd57dc3bf002e26e9e761c5b2cf878.tar.gz emacs-2f3df36be8bd57dc3bf002e26e9e761c5b2cf878.zip | |
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.
| -rw-r--r-- | doc/misc/tramp.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index efe839574d2..c2e9fe66dfd 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 | |||
| 2792 | highly discouraged to mix encrypted and not encrypted files in the | 2792 | highly discouraged to mix encrypted and not encrypted files in the |
| 2793 | same directory. | 2793 | same directory. |
| 2794 | 2794 | ||
| 2795 | @deffn Command tramp-crypt-add-directory name | 2795 | @deffn Command tramp-crypt-remove-directory name |
| 2796 | If a remote directory shall not include encrypted files anymore, it | 2796 | This command should be used to indicate that files in @code{name} |
| 2797 | must be indicated by this command. | 2797 | should no longer be encrypted. Existing encrypted files and |
| 2798 | subdirectories will remain encrypted. | ||
| 2798 | @end deffn | 2799 | @end deffn |
| 2799 | 2800 | ||
| 2800 | 2801 | ||