diff options
| author | Vladimir Panteleev <git@thecybershadow.net> | 2021-01-12 14:44:12 +0000 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2021-01-17 11:28:45 +0100 |
| commit | 0da583448b6f39f33250a081604ea44730f9fda0 (patch) | |
| tree | 349cd0b32a279894cdd7c0d16aa8291c475145df | |
| parent | 9a96de26ec3772a3e374351738e911ac18e3e6de (diff) | |
manual: Fix magit-start-git signature
| -rw-r--r-- | Documentation/magit.org | 6 | ||||
| -rw-r--r-- | Documentation/magit.texi | 6 |
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. |
