diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-03-25 19:32:51 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-03-25 19:32:51 -0400 |
commit | 06d62b990c42ecb650d8570276198931f605e63e (patch) | |
tree | 54b768669812fc03f63e875fea8410c5c9bb14d1 /doc | |
parent | 9aa2c576e9e812f9915fa9a3ab6632f54c5301d6 (diff) | |
download | emacs-06d62b990c42ecb650d8570276198931f605e63e.tar.gz |
* maintaining.texi (VCS Concepts): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/maintaining.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi index 0fc02c25e7a..87292968e14 100644 --- a/doc/emacs/maintaining.texi +++ b/doc/emacs/maintaining.texi @@ -224,7 +224,7 @@ the repository, along with a log entry for those changes. @cindex revision @cindex revision ID A copy of a file stored in a repository is called a @dfn{revision}. -The history of a file is a sequence of revisions. Each revisions is +The history of a file is a sequence of revisions. Each revision is named by a @dfn{revision ID}. The format of the revision ID depends on the version control system; in the simplest case, it is just an integer. |