diff options
author | Glenn Morris <rgm@gnu.org> | 2009-07-22 02:45:34 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-07-22 02:45:34 +0000 |
commit | cb711556008291dc0d1425b8f0f0837b37ae8368 (patch) | |
tree | 138d9bfbc14797190b207cdad12d43dcbbf67c82 /lisp/emacs-lisp/trace.el | |
parent | fd413a376573cd0992303019d4d59ccc6336dc9c (diff) | |
download | emacs-cb711556008291dc0d1425b8f0f0837b37ae8368.tar.gz |
Remove leading * from defcustom docs.
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r-- | lisp/emacs-lisp/trace.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |