aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVladimir Panteleev <git@thecybershadow.net>2021-01-12 14:44:12 +0000
committerJonas Bernoulli <jonas@bernoul.li>2021-01-17 11:28:45 +0100
commit0da583448b6f39f33250a081604ea44730f9fda0 (patch)
tree349cd0b32a279894cdd7c0d16aa8291c475145df /Documentation
parent9a96de26ec3772a3e374351738e911ac18e3e6de (diff)
manual: Fix magit-start-git signature
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/magit.org6
-rw-r--r--Documentation/magit.texi6
2 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/magit.org b/Documentation/magit.org
index fb21a85..dcc93ee 100644
--- a/Documentation/magit.org
+++ b/Documentation/magit.org
@@ -8,7 +8,7 @@
#+TEXINFO_DIR_CATEGORY: Emacs
#+TEXINFO_DIR_TITLE: Magit: (magit).
#+TEXINFO_DIR_DESC: Using Git from Emacs with Magit.
-#+SUBTITLE: for version 2.90.1 (v2.90.1-1138-gd583ea35d+1)
+#+SUBTITLE: for version 2.90.1 (v2.90.1-1143-g9a96de26e+1)
#+TEXINFO_DEFFN: t
#+OPTIONS: H:4 num:3 toc:2
@@ -25,7 +25,7 @@ directly from within Emacs. While many fine Git clients exist, only
Magit and Git itself deserve to be called porcelains.
#+TEXINFO: @noindent
-This manual is for Magit version 2.90.1 (v2.90.1-1138-gd583ea35d+1).
+This manual is for Magit version 2.90.1 (v2.90.1-1143-g9a96de26e+1).
#+BEGIN_QUOTE
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li>
@@ -7869,7 +7869,7 @@ And now for the asynchronous variants.
current when this function was called (if it is a Magit buffer and
still alive), as well as the respective Magit status buffer.
-- Function: magit-start-git &rest args
+- Function: magit-start-git input &rest args
Start Git, prepare for refresh, and return the process object.
diff --git a/Documentation/magit.texi b/Documentation/magit.texi
index e240081..c1a0c82 100644
--- a/Documentation/magit.texi
+++ b/Documentation/magit.texi
@@ -31,7 +31,7 @@ General Public License for more details.
@finalout
@titlepage
@title Magit User Manual
-@subtitle for version 2.90.1 (v2.90.1-1138-gd583ea35d+1)
+@subtitle for version 2.90.1 (v2.90.1-1143-g9a96de26e+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 2.90.1 (v2.90.1-1138-gd583ea35d+1).
+This manual is for Magit version 2.90.1 (v2.90.1-1143-g9a96de26e+1).
@quotation
Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li>
@@ -10563,7 +10563,7 @@ current when this function was called (if it is a Magit buffer and
still alive), as well as the respective Magit status buffer.
@end defun
-@defun magit-start-git &rest args
+@defun magit-start-git input &rest args
Start Git, prepare for refresh, and return the process object.