diff options
Diffstat (limited to 'lisp/vc/pcvs-defs.el')
-rw-r--r-- | lisp/vc/pcvs-defs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/pcvs-defs.el b/lisp/vc/pcvs-defs.el index 9575b5f7cab..41dc9401c0a 100644 --- a/lisp/vc/pcvs-defs.el +++ b/lisp/vc/pcvs-defs.el @@ -269,7 +269,7 @@ This variable is buffer local and only used in the *cvs* buffer.") "Regexp matching the possible names of locks in the CVS repository.") (defconst cvs-cursor-column 22 - "Column to position cursor in in `cvs-mode'.") + "Column to position cursor in, in `cvs-mode'.") ;;;; ;;;; Global internal variables |