]> code.delx.au - gnu-emacs/blobdiff - test/manual/cedet/tests/test.el
Remove obsolete leading * from defcustom, defface doc strings.
[gnu-emacs] / test / manual / cedet / tests / test.el
index 0b8f9dee61982463bdf705400af6a111e433d0ed..15517da0dc2812601fbc9915f2ba702f9f554b3b 100644 (file)
@@ -89,7 +89,7 @@
 (defconst a-defconst 'a "var doc const")
 
 (defcustom a-defcustom nil
-  "*doc custom"
+  "doc custom"
   :group 'a-defgroup
   :type 'boolean)