]> code.delx.au - gnu-emacs/blobdiff - lisp/erc/erc-goodies.el
Remove * characters from the front of variable docstrings.
[gnu-emacs] / lisp / erc / erc-goodies.el
index bf74ed7be87fb4f9a322f0efdd1200b5bea6fdae..acff76beb16499fd1d6bece400029ad0ea247d7d 100644 (file)
@@ -183,7 +183,7 @@ themselves."
   :group 'erc)
 
 (defcustom erc-interpret-controls-p t
-  "*If non-nil, display IRC colors and other highlighting effects.
+  "If non-nil, display IRC colors and other highlighting effects.
 
 If this is set to the symbol `remove', ERC removes all IRC colors and
 highlighting effects.  When this variable is non-nil, it can cause Emacs to run
@@ -196,7 +196,7 @@ emergency (message flood) it can be turned off to save processing time.  See
                  (const :tag "Display raw control characters" nil)))
 
 (defcustom erc-interpret-mirc-color nil
-  "*If non-nil, ERC will interpret mIRC color codes."
+  "If non-nil, ERC will interpret mIRC color codes."
   :group 'erc-control-characters
   :type 'boolean)