]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct typos in the manuals
authorPo Lu <luangruo@yahoo.com>
Thu, 26 Oct 2023 11:46:32 +0000 (19:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 26 Oct 2023 11:46:32 +0000 (19:46 +0800)
* 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.

doc/misc/tramp.texi
doc/misc/use-package.texi

index 61910a3d86d0c301cdc7c1ea4baf401be539a5ad..fc6b4ce0e603c7d66182c9d15fe969c5fc86fe57 100644 (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
index 4046c3a62ce06ddfe926399a09bcad4185b657fa..37ed50ab2b1a8dd3d5968c12866ff1515e2b13ac 100644 (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}: