aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustav Hållberg <gustav@gmail.com>2010-06-09 10:36:14 +0200
committerGustav Hållberg <gustav@gmail.com>2010-06-10 09:25:48 +0200
commit968057216369b64c22f837a42aab59cb9045d0c3 (patch)
tree3f064500364bbefcdc991ed34a543d76d3e4ca58
parent548ddfa6ea49a9b9aae8d268915ac1e4592f45bc (diff)
downloadstgit-968057216369b64c22f837a42aab59cb9045d0c3.tar.gz
tutorial: Very minor typo fixes in the Emacs section
Signed-off-by: Gustav Hållberg <gustav@gmail.com> Signed-off-by: David Kågedal <davidk@lysator.liu.se>
-rw-r--r--Documentation/tutorial.txt8
1 files 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