]> code.delx.au - gnu-emacs/blobdiff - lisp/pcmpl-cvs.el
Add 2010 to copyright years.
[gnu-emacs] / lisp / pcmpl-cvs.el
index 06866875cd1f316b68b5fcc45b4cc992ac3451aa..8b394826e63133afb76a5e93d971c897d2f97e4d 100644 (file)
@@ -1,7 +1,7 @@
 ;;; pcmpl-cvs.el --- functions for dealing with cvs completions
 
 ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;;   2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 
 ;; Author: John Wiegley <johnw@gnu.org>
 
@@ -38,7 +38,7 @@
 ;; User Variables:
 
 (defcustom pcmpl-cvs-binary (or (executable-find "cvs") "cvs")
-  "*The full path of the 'cvs' binary."
+  "The full path of the 'cvs' binary."
   :type 'file
   :group 'pcmpl-cvs)