diff options
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) |
