# HG changeset patch # User Juanma Barranquero # Date 1034869428 0 # Node ID ca7641fe56bafe7c9c9e441c139288aab9eb8ad0 # Parent 0bb8dc016c4387b2827dfab46a6b3fc5f0302246 (vc-cvs-sticky-tag-display): Fix typo. diff -r 0bb8dc016c43 -r ca7641fe56ba lisp/vc-cvs.el --- a/lisp/vc-cvs.el Thu Oct 17 15:42:10 2002 +0000 +++ b/lisp/vc-cvs.el Thu Oct 17 15:43:48 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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 @@ ((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.