From: Gustav Hållberg Date: Wed, 9 Jun 2010 08:36:14 +0000 (+0200) Subject: tutorial: Very minor typo fixes in the Emacs section X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/commitdiff_plain/968057216369b64c22f837a42aab59cb9045d0c3 tutorial: Very minor typo fixes in the Emacs section Signed-off-by: Gustav Hållberg Signed-off-by: David Kågedal --- diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt index d636cb5..89ce80d 100644 --- a/Documentation/tutorial.txt +++ b/Documentation/tutorial.txt @@ -978,7 +978,7 @@ Showing Committed Patches Sometimes it is convenient to be able to investigate already committed patches. Toggle showing these using +t h+. With a prefix argument, you -can set how many to show; e.g., +M-7 t h+ will show seven already +can set how many to show; e.g., +7 t h+ will show seven already committed patches. Using the Index and Working Tree @@ -987,9 +987,9 @@ Using the Index and Working Tree You can move a changed file between the index and the working tree using +i+. This is useful if your working tree contains a number of changes and you want to create or refresh a patch using only some of -the changed file. Once you have the correct set of files in the index, -use +c+ to create or +r+ to refresh patches using only the files in -the index. +the changed files. Once you have the correct set of files in the +index, use +c+ to create or +r+ to refresh patches using only the +files in the index. If you want to revert a change in either the index or the working tree, move the point to that line and press +U+. If you press +U+ on