diff options
| author | Glenn Morris | 2020-03-30 07:50:37 -0700 |
|---|---|---|
| committer | Glenn Morris | 2020-03-30 07:50:37 -0700 |
| commit | fa4eec5cfa8121837e5d5b89e623ba478f0759ad (patch) | |
| tree | 38ef4f6bb4dafbd463053bb06ad9eaf25bb49037 /doc | |
| parent | 8911d0899713132ccc2299b0700dac3315c44de0 (diff) | |
| parent | c6e0981b96eaa12c28b70c949ccd6e426c13df4d (diff) | |
| download | emacs-fa4eec5cfa8121837e5d5b89e623ba478f0759ad.tar.gz emacs-fa4eec5cfa8121837e5d5b89e623ba478f0759ad.zip | |
Merge from origin/emacs-27
c6e0981b96 (origin/emacs-27) * lisp/image/image-converter.el: Fix cus...
461bd9cc20 Fix url-cookie.el for lexical binding
f3ccfb1926 ; * src/decompress.c: Fix comment style.
1af03e7e92 ; * src/xfaces.c (syms_of_xfaces): Fix wording and typo.
93945fcd19 ; * test/lisp/calc/calc-tests.el: Fix mistake in last commit
ee47e00f4e Don't suggest setting face-remapping-alist to a literal (B...
c2b8ce4439 Calc: don't treat nil as an integer (bug#40155)
e1f0e08922 * lisp/files.el (directory-files-recursively): Doc fix. (...
02b3820315 Document how to disable Tramp file archives
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/tramp.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 61cf373024f..75d2fd11bb4 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3776,6 +3776,14 @@ It is even possible to access file archives in file archives, as | |||
| 3776 | @end group | 3776 | @end group |
| 3777 | @end lisp | 3777 | @end lisp |
| 3778 | 3778 | ||
| 3779 | @vindex tramp-archive-enabled | ||
| 3780 | In order to disable file archives, you could add the following form to | ||
| 3781 | your init file: | ||
| 3782 | |||
| 3783 | @lisp | ||
| 3784 | (customize-set-variable 'tramp-archive-enabled nil) | ||
| 3785 | @end lisp | ||
| 3786 | |||
| 3779 | 3787 | ||
| 3780 | @node Bug Reports | 3788 | @node Bug Reports |
| 3781 | @chapter Reporting Bugs and Problems | 3789 | @chapter Reporting Bugs and Problems |