diff lisp/emacs-lisp/trace.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 26baacb565b0
line wrap: on
line diff
--- a/lisp/emacs-lisp/trace.el	Wed Jul 22 02:35:45 2009 +0000
+++ b/lisp/emacs-lisp/trace.el	Wed Jul 22 02:45:34 2009 +0000
@@ -161,7 +161,7 @@
 
 ;;;###autoload
 (defcustom trace-buffer "*trace-output*"
-  "*Trace output will by default go to that buffer."
+  "Trace output will by default go to that buffer."
   :type 'string
   :group 'trace)