diff options
Diffstat (limited to 'lisp/vc-hg.el')
-rw-r--r-- | lisp/vc-hg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc-hg.el b/lisp/vc-hg.el index 4c538d91ddd..8d40cf8aa49 100644 --- a/lisp/vc-hg.el +++ b/lisp/vc-hg.el @@ -117,7 +117,7 @@ ;;; Customization options (defcustom vc-hg-global-switches nil - "*Global switches to pass to any Hg command." + "Global switches to pass to any Hg command." :type '(choice (const :tag "None" nil) (string :tag "Argument String") (repeat :tag "Argument List" |