From cb711556008291dc0d1425b8f0f0837b37ae8368 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2009 02:45:34 +0000 Subject: Remove leading * from defcustom docs. --- lisp/emacs-lisp/trace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/trace.el') diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index d44b159752a..40c3e138264 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -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) -- cgit v1.2.1