diff options
| -rw-r--r-- | lisp/vc-cvs.el | 4 |
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 @@ | |||
| 5 | ;; Author: FSF (see vc.el for full credits) | 5 | ;; Author: FSF (see vc.el for full credits) |
| 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> | 6 | ;; Maintainer: Andre Spiegel <spiegel@gnu.org> |
| 7 | 7 | ||
| 8 | ;; $Id: vc-cvs.el,v 1.47 2002/10/10 08:44:58 spiegel Exp $ | 8 | ;; $Id: vc-cvs.el,v 1.48 2002/10/11 06:47:49 miles Exp $ |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
| 11 | 11 | ||
| @@ -120,7 +120,7 @@ dates and the word \"Sticky\" for sticky tag names and revisions. | |||
| 120 | ((eq type 'symbolic-name) \"Sticky\"))) | 120 | ((eq type 'symbolic-name) \"Sticky\"))) |
| 121 | 121 | ||
| 122 | Here's an example that will abbreviate to the first character only, | 122 | Here's an example that will abbreviate to the first character only, |
| 123 | any text before the first occurence of `-' for sticky symbolic tags. | 123 | any text before the first occurrence of `-' for sticky symbolic tags. |
| 124 | If the sticky tag is a revision number, the word \"Sticky\" is | 124 | If the sticky tag is a revision number, the word \"Sticky\" is |
| 125 | displayed. Date and time is displayed for sticky dates. | 125 | displayed. Date and time is displayed for sticky dates. |
| 126 | 126 | ||