aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/trace.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/trace.el')
-rw-r--r--lisp/emacs-lisp/trace.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el
index fcc322ec67f..a4fcfd50b03 100644
--- a/lisp/emacs-lisp/trace.el
+++ b/lisp/emacs-lisp/trace.el
@@ -40,8 +40,6 @@
40 40
41;; Restrictions: 41;; Restrictions:
42;; ============= 42;; =============
43;; - Traced subrs when called interactively will always show nil as the
44;; value of their arguments.
45;; - Only functions/macros/subrs that are called via their function cell will 43;; - Only functions/macros/subrs that are called via their function cell will
46;; generate trace output, hence, you won't get trace output for: 44;; generate trace output, hence, you won't get trace output for:
47;; + Subrs called directly from other subrs/C-code 45;; + Subrs called directly from other subrs/C-code