]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove some obsolete trace.el commentary
authorGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2013 04:01:57 +0000 (20:01 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 9 Jan 2013 04:01:57 +0000 (20:01 -0800)
lisp/emacs-lisp/trace.el

index d2566b8cb9f4d53e4e69ac87bc376bb39d8dfd48..dc876ba0f07e323157f3e1760a990f6a1d179c9f 100644 (file)
 ;; generation of trace output won't interfere with what you are currently
 ;; doing.
 
-;; Requirement:
-;; ============
-;; trace.el needs advice.el version 2.0 or later which you can get from the
-;; same place from where you got trace.el.
-
 ;; Restrictions:
 ;; =============
 ;; - Traced subrs when called interactively will always show nil as the
 ;;   + Macros that were expanded during compilation
 ;; - All the restrictions that apply to advice.el
 
-;; Installation:
-;; =============
-;; Put this file together with advice.el (version 2.0 or later) somewhere
-;; into your Emacs `load-path', byte-compile it/them for efficiency, and
-;; put the following autoload declarations into your .emacs
-;;
-;;    (autoload 'trace-function "trace" "Trace a function" t)
-;;    (autoload 'trace-function-background "trace" "Trace a function" t)
-;;
-;; or explicitly load it with (require 'trace) or (load "trace").
-
 ;; Usage:
 ;; ======
 ;; - To trace a function say `M-x trace-function' which will ask you for the