emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6ad14b658f1: Correct typos in the manuals


From: Po Lu
Subject: master 6ad14b658f1: Correct typos in the manuals
Date: Thu, 26 Oct 2023 07:46:49 -0400 (EDT)

branch: master
commit 6ad14b658f1ba8df0f549a5a08f6a3f9d1666bf9
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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.
---
 doc/misc/tramp.texi       | 40 ++++++++++++++++++++++++++--------------
 doc/misc/use-package.texi |  2 +-
 2 files changed, 27 insertions(+), 15 deletions(-)

diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 61910a3d86d..fc6b4ce0e60 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -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
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 4046c3a62ce..37ed50ab2b1 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -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}:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]