diff options
| author | Michael Albinus | 2020-04-09 15:55:32 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-04-09 15:55:32 +0200 |
| commit | 36c42d2a30e7a02fc363b5ec3bd000530c705715 (patch) | |
| tree | cc95852f1ec095f850c89f95bb44616992d96fb7 | |
| parent | d5750af151853f13bf3481876d487741eebe36b7 (diff) | |
| download | emacs-36c42d2a30e7a02fc363b5ec3bd000530c705715.tar.gz emacs-36c42d2a30e7a02fc363b5ec3bd000530c705715.zip | |
* doc/misc/tramp.texi (Bug Reports): Avoid line breaks in traces.
| -rw-r--r-- | doc/misc/tramp.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index e48a48b5d14..9f216d339f2 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3819,7 +3819,8 @@ the verbosity level to 6 (@pxref{Traces and Profiles, Traces}) in the | |||
| 3819 | contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*} | 3819 | contents of the @file{*tramp/foo*} and @file{*debug tramp/foo*} |
| 3820 | buffers with the bug report. Both buffers could contain | 3820 | buffers with the bug report. Both buffers could contain |
| 3821 | non-@acronym{ASCII} characters which are relevant for analysis, append | 3821 | non-@acronym{ASCII} characters which are relevant for analysis, append |
| 3822 | the buffers as attachments to the bug report. | 3822 | the buffers as attachments to the bug report. This is also needed in |
| 3823 | order to avoid line breaks during mail transfer. | ||
| 3823 | 3824 | ||
| 3824 | @strong{Note} that a verbosity level greater than 6 is not necessary | 3825 | @strong{Note} that a verbosity level greater than 6 is not necessary |
| 3825 | at this stage. Also note that a verbosity level of 6 or greater, the | 3826 | at this stage. Also note that a verbosity level of 6 or greater, the |