Correct typos in the manuals

* doc/misc/tramp.texi (Traces and Profiles): Don't mimic
@enumerate with @indentedblock, which is absent from Texinfo
4.13.

* doc/misc/use-package.texi (Global keybindings): Remove stray
comma after @xref.
This commit is contained in:
Po Lu 2023-10-26 19:46:32 +08:00
parent 11f44ec6dd
commit 6ad14b658f
2 changed files with 27 additions and 15 deletions

View file

@ -6092,20 +6092,32 @@ verbosity level less than or equal to @code{tramp-verbose}.
@noindent
The verbosity levels are
@indentedblock
@w{ 0} silent (no @value{tramp} messages at all)
@* @w{ 1} errors
@* @w{ 2} warnings
@* @w{ 3} connection to remote hosts (default verbosity)
@* @w{ 4} activities
@* @w{ 5} internal
@* @w{ 6} sent and received strings
@* @w{ 7} connection properties
@* @w{ 8} file caching
@* @w{ 9} test commands
@* @w{10} traces (huge)
@* @w{11} call traces (maintainer only)
@end indentedblock
@enumerate
@item
Silent (no @value{tramp} messages at all)
@item
Errors
@item
Warnings
@item
Connection to remote hosts (default verbosity)
@item
Activities
@item
Internal
@item
Sent and received strings
@item
Connection properties
@item
File caching
@item
Test commands
@item
Traces (huge)
@item
Call traces (maintainer only)
@end enumerate
With @code{tramp-verbose} greater than or equal to 4, messages are
also written to the @value{tramp} debug buffer @file{*debug

View file

@ -940,7 +940,7 @@ Examples:
Remapping of commands with @code{:bind} and @code{bind-key} works as
expected, because when the binding is a vector, it is passed straight
to @code{define-key}. @xref{Remapping Commands,,, elisp, GNU Emacs
Lisp Reference Manual}), for more information about command remapping.
Lisp Reference Manual}, for more information about command remapping.
For example, the following declaration will rebind
@code{fill-paragraph} (bound to @kbd{M-q} by default) to
@code{unfill-toggle}: