summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Sainty <psainty@orcon.net.nz>2022-08-13 00:29:22 +1200
committerPhil Sainty <psainty@orcon.net.nz>2022-08-13 00:36:49 +1200
commit5397d684d8a90c5d33607b0f1f6fe5f9bc4cd586 (patch)
tree72457bff91723aaee8009b5c39154a399ef985de
parentfaf43bcab15df1bddcc83f954494104d5c0e6862 (diff)
downloademacs-scratch/bulk-tracing.tar.gz
* lisp/emacs-lisp/trace.el: Correct outdated documentationscratch/bulk-tracing
Experimenting with `goto-char' and `re-search-backwards' indicates that this limitation no longer applies. The rewrite using nadvice in commit 8b62d7427e12bbf07ab3454cc061a6b43ded56dd might have eliminated this issue.
-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 @@
;; Restrictions:
;; =============
-;; - Traced subrs when called interactively will always show nil as the
-;; value of their arguments.
;; - Only functions/macros/subrs that are called via their function cell will
;; generate trace output, hence, you won't get trace output for:
;; + Subrs called directly from other subrs/C-code