Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
104023:afb0c07ee9cb | 104024:cce8d50c4566 |
---|---|
159 :prefix "trace-" | 159 :prefix "trace-" |
160 :group 'lisp) | 160 :group 'lisp) |
161 | 161 |
162 ;;;###autoload | 162 ;;;###autoload |
163 (defcustom trace-buffer "*trace-output*" | 163 (defcustom trace-buffer "*trace-output*" |
164 "*Trace output will by default go to that buffer." | 164 "Trace output will by default go to that buffer." |
165 :type 'string | 165 :type 'string |
166 :group 'trace) | 166 :group 'trace) |
167 | 167 |
168 ;; Current level of traced function invocation: | 168 ;; Current level of traced function invocation: |
169 (defvar trace-level 0) | 169 (defvar trace-level 0) |