diff lisp/emacs-lisp/checkdoc.el @ 104024:cce8d50c4566

Remove leading * from defcustom docs.
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Jul 2009 02:45:34 +0000
parents a9dc0e7c3f2b
children fd66344736c6
line wrap: on
line diff
--- a/lisp/emacs-lisp/checkdoc.el	Wed Jul 22 02:35:45 2009 +0000
+++ b/lisp/emacs-lisp/checkdoc.el	Wed Jul 22 02:45:34 2009 +0000
@@ -183,7 +183,7 @@
   :version "20.3")
 
 (defcustom checkdoc-minor-mode-string " CDoc"
-  "*String to display in mode line when Checkdoc mode is enabled; nil for none."
+  "String to display in mode line when Checkdoc mode is enabled; nil for none."
   :type '(choice string (const :tag "None" nil))
   :group 'checkdoc
   :version "23.1")