]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/semantic/bovine/el.el
Leading "*" in the doc of defvars is long obsolete.
[gnu-emacs] / lisp / cedet / semantic / bovine / el.el
index 6f41ba3064fc74e4e70ebc31bbedeb02cb9a42e1..93796bd96d329703732c58f3237361d32b1b922b 100644 (file)
@@ -149,8 +149,10 @@ compound strings."
         (nth 1 form))
        (t nil)))
 
-(defvar semantic-elisp-store-documentation-in-tag nil
-  "*When non-nil, store documentation strings in the created tags.")
+(defcustom semantic-elisp-store-documentation-in-tag nil
+  "When non-nil, store documentation strings in the created tags."
+  :type 'boolean
+  :group 'semantic)
 
 (defun semantic-elisp-do-doc (str)
   "Return STR as a documentation string IF they are enabled."