From 968057216369b64c22f837a42aab59cb9045d0c3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustav=20H=C3=A5llberg?= Date: Wed, 9 Jun 2010 10:36:14 +0200 Subject: [PATCH] tutorial: Very minor typo fixes in the Emacs section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Gustav HÃ¥llberg Signed-off-by: David KÃ¥gedal --- Documentation/tutorial.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.11.0