diff options
| author | Kyle Meyer <kyle@kyleam.com> | 2021-09-08 20:43:30 -0400 |
|---|---|---|
| committer | Kyle Meyer <kyle@kyleam.com> | 2021-09-08 20:43:30 -0400 |
| commit | a58c366e11c5f9874e6c877107b321a1b46e8a28 (patch) | |
| tree | bbcafc6c2e7e59bd51384c0a9fdbc5ea9cc2b18f /Documentation | |
| parent | 2fe42f63d558e488ad71d050e8ca5e8565c845ae (diff) | |
manual: Fix typo from previous commit
Diffstat (limited to 'Documentation')
| -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 8929df7..5ce56ff 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 3.2.1 (v3.2.1-57-gee55595ca+1) +#+SUBTITLE: for version 3.2.1 (v3.2.1-58-g2fe42f63+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 3.2.1 (v3.2.1-57-gee55595ca+1). +This manual is for Magit version 3.2.1 (v3.2.1-58-g2fe42f63+1). #+BEGIN_QUOTE Copyright (C) 2015-2021 Jonas Bernoulli <jonas@bernoul.li> @@ -3510,7 +3510,7 @@ which all the other references are compared. - Key: y r, magit-refs-set-show-commit-count - This command change for which refs the commit count is shown. + This command changes for which refs the commit count is shown. - User Option: magit-refs-show-commit-count diff --git a/Documentation/magit.texi b/Documentation/magit.texi index 94900aa..7af6d66 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 3.2.1 (v3.2.1-57-gee55595ca+1) +@subtitle for version 3.2.1 (v3.2.1-58-g2fe42f63+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 3.2.1 (v3.2.1-57-gee55595ca+1). +This manual is for Magit version 3.2.1 (v3.2.1-58-g2fe42f63+1). @quotation Copyright (C) 2015-2021 Jonas Bernoulli <jonas@@bernoul.li> @@ -4747,7 +4747,7 @@ reference is being compared with a branch read from the user. @cindex magit-refs-set-show-commit-count @item @kbd{y r} @tie{}@tie{}@tie{}@tie{}(@code{magit-refs-set-show-commit-count}) -This command change for which refs the commit count is shown. +This command changes for which refs the commit count is shown. @end table |
