summaryrefslogtreecommitdiff
path: root/lisp/pcmpl-cvs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/pcmpl-cvs.el')
-rw-r--r--lisp/pcmpl-cvs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcmpl-cvs.el b/lisp/pcmpl-cvs.el
index 06866875cd1..561ef26fad2 100644
--- a/lisp/pcmpl-cvs.el
+++ b/lisp/pcmpl-cvs.el
@@ -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)