summaryrefslogtreecommitdiff
path: root/lisp/vc-cvs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-10-17 15:43:48 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-10-17 15:43:48 +0000
commitaa4af0714efe0607a383e5f605d3e56feb89c171 (patch)
tree91716bb4adcbea5d0ce75a18022eddfcc572d8c0 /lisp/vc-cvs.el
parent264ef5866f9bee146d0039286d997d1c666caa00 (diff)
downloademacs-aa4af0714efe0607a383e5f605d3e56feb89c171.tar.gz
(vc-cvs-sticky-tag-display): Fix typo.
Diffstat (limited to 'lisp/vc-cvs.el')
-rw-r--r--lisp/vc-cvs.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index f9059a9ce48..c6965955059 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-cvs.el,v 1.47 2002/10/10 08:44:58 spiegel Exp $
+;; $Id: vc-cvs.el,v 1.48 2002/10/11 06:47:49 miles Exp $
;; This file is part of GNU Emacs.
@@ -120,7 +120,7 @@ dates and the word \"Sticky\" for sticky tag names and revisions.
((eq type 'symbolic-name) \"Sticky\")))
Here's an example that will abbreviate to the first character only,
-any text before the first occurence of `-' for sticky symbolic tags.
+any text before the first occurrence of `-' for sticky symbolic tags.
If the sticky tag is a revision number, the word \"Sticky\" is
displayed. Date and time is displayed for sticky dates.