emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/git-commit cbe4e0db33 2/5: manual: Use upcoming feature to


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit cbe4e0db33 2/5: manual: Use upcoming feature to transcode to @itemx commands
Date: Sun, 30 Jan 2022 15:58:02 -0500 (EST)

branch: elpa/git-commit
commit cbe4e0db33a23409139b71ea22d8afaa56376ddb
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    manual: Use upcoming feature to transcode to @itemx commands
---
 docs/magit-section.texi |  4 ++--
 docs/magit.org          | 38 +++++++++++++++++++++-----------------
 docs/magit.texi         |  4 ++--
 3 files changed, 25 insertions(+), 21 deletions(-)

diff --git a/docs/magit-section.texi b/docs/magit-section.texi
index fe7498fe4a..74c57ba6f3 100644
--- a/docs/magit-section.texi
+++ b/docs/magit-section.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Magit-Section Developer Manual
-@subtitle for version v3.3.0-73-g03f495f35+1
+@subtitle for version v3.3.0-125-g345d60aea+1
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -54,7 +54,7 @@ user options see @ref{Sections,,,magit,}.  This manual 
documents how you
 can use sections in your own packages.
 
 @noindent
-This manual is for Magit-Section version v3.3.0-73-g03f495f35+1.
+This manual is for Magit-Section version v3.3.0-125-g345d60aea+1.
 
 @quotation
 Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li>
diff --git a/docs/magit.org b/docs/magit.org
index 4432e34bfd..88ebe661ef 100644
--- a/docs/magit.org
+++ b/docs/magit.org
@@ -1010,6 +1010,7 @@ remove function that haven't even been added yet, for 
example:
 Magit provides many commands for changing the visibility of sections,
 but all you need to get started are the next two.
 
+#+attr_texinfo: :compact t
 - Key: TAB (magit-section-toggle) ::
 
   Toggle the visibility of the body of the current section.
@@ -1027,16 +1028,16 @@ but all you need to get started are the next two.
   Cycle the visibility of all sections in the current buffer.
 
 - Key: 1 (magit-section-show-level-1) ::
-+ Key: 2 (magit-section-show-level-2) ::
-+ Key: 3 (magit-section-show-level-3) ::
-+ Key: 4 (magit-section-show-level-4) ::
+- Key: 2 (magit-section-show-level-2) ::
+- Key: 3 (magit-section-show-level-3) ::
+- Key: 4 (magit-section-show-level-4) ::
 
   Show sections surrounding the current section up to level N.
 
 - Key: M-1 (magit-section-show-level-1-all) ::
-+ Key: M-2 (magit-section-show-level-2-all) ::
-+ Key: M-3 (magit-section-show-level-3-all) ::
-+ Key: M-4 (magit-section-show-level-4-all) ::
+- Key: M-2 (magit-section-show-level-2-all) ::
+- Key: M-3 (magit-section-show-level-3-all) ::
+- Key: M-4 (magit-section-show-level-4-all) ::
 
   Show all sections up to level N.
 
@@ -1865,6 +1866,7 @@ come in handy.  Magit provides some commands for running 
arbitrary Git
 commands by typing them into the minibuffer, instead of having to
 switch to a shell.
 
+#+attr_texinfo: :compact t
 - Key: ! (magit-run) ::
 
   This transient prefix command binds the following suffix commands
@@ -1879,7 +1881,7 @@ switch to a shell.
   for the command.  It can be removed to run another command.
 
 - Key: : (magit-git-command) ::
-+ Key: ! p ::
+- Key: ! p ::
 
   This command reads a command from the user and executes it in
   ~default-directory~.  With a prefix argument the command is executed
@@ -3919,9 +3921,9 @@ above commands also use another window when invoked with 
a prefix
 argument.
 
 - Command: magit-diff-visit-file-other-window ::
-+ Command: magit-diff-visit-file-other-frame ::
-+ Command: magit-diff-visit-worktree-file-other-window ::
-+ Command: magit-diff-visit-worktree-file-other-frame ::
+- Command: magit-diff-visit-file-other-frame ::
+- Command: magit-diff-visit-worktree-file-other-window ::
+- Command: magit-diff-visit-worktree-file-other-frame ::
 
 ** Blaming
 
@@ -3948,8 +3950,9 @@ times.  For example if ~magit-blame-mode~ is not enabled, 
then the
 command whose purpose is to turn off that mode would not be of any
 use and therefore isn't available.
 
+#+attr_texinfo: :compact t
 - Key: C-c M-g b (magit-blame-addition) ::
-+ Key: C-c M-g B b ::
+- Key: C-c M-g B b ::
 
   This command augments each line or chunk of lines in the current
   file-visiting or blob-visiting buffer with information about what
@@ -3965,7 +3968,7 @@ use and therefore isn't available.
   added the current line or chunk of lines.
 
 - Key: C-c M-g r (magit-blame-removal) ::
-+ Key: C-c M-g B r ::
+- Key: C-c M-g B r ::
 
   This command augments each line or chunk of lines in the current
   blob-visiting buffer with information about the revision that
@@ -3974,7 +3977,7 @@ use and therefore isn't available.
   Like ~magit-blame-addition~, this command can be used recursively.
 
 - Key: C-c M-g f (magit-blame-reverse) ::
-+ Key: C-c M-g B f ::
+- Key: C-c M-g B f ::
 
   This command augments each line or chunk of lines in the current
   file-visiting or blob-visiting buffer with information about the
@@ -3983,7 +3986,7 @@ use and therefore isn't available.
   Like ~magit-blame-addition~, this command can be used recursively.
 
 - Key: C-c M-g e (magit-blame-echo) ::
-+ Key: C-c M-g B e ::
+- Key: C-c M-g B e ::
 
   This command is like ~magit-blame-addition~ except that it doesn't
   turn on ~read-only-mode~ and that it initially uses the visualization
@@ -4880,6 +4883,7 @@ command deals with branches themselves, not with the 
commits reachable
 from them.  Those features are available from separate transient
 command.
 
+#+attr_texinfo: :compact t
 - Key: b (magit-branch) ::
 
   This transient prefix command binds the following suffix commands
@@ -4898,9 +4902,9 @@ command.
   change branch related variables.
 
 - Key: b C (magit-branch-configure) ::
-+ Key: f C ::
-+ Key: F C ::
-+ Key: P C ::
+- Key: f C ::
+- Key: F C ::
+- Key: P C ::
 
   This transient prefix command binds commands that set the value of
   branch-related variables and displays them in a temporary buffer
diff --git a/docs/magit.texi b/docs/magit.texi
index 90c7b5e4c5..b03f410442 100644
--- a/docs/magit.texi
+++ b/docs/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
 @finalout
 @titlepage
 @title Magit User Manual
-@subtitle for version v3.3.0-108-geb56b14bc+1
+@subtitle for version v3.3.0-125-g345d60aea+1
 @author Jonas Bernoulli
 @page
 @vskip 0pt plus 1filll
@@ -53,7 +53,7 @@ directly from within Emacs.  While many fine Git clients 
exist, only
 Magit and Git itself deserve to be called porcelains.
 
 @noindent
-This manual is for Magit version v3.3.0-108-geb56b14bc+1.
+This manual is for Magit version v3.3.0-125-g345d60aea+1.
 
 @quotation
 Copyright (C) 2015-2022 Jonas Bernoulli <jonas@@bernoul.li>



reply via email to

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