]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/trace.el: Correct outdated documentation scratch/bulk-tracing
authorPhil Sainty <psainty@orcon.net.nz>
Fri, 12 Aug 2022 12:29:22 +0000 (00:29 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Fri, 12 Aug 2022 12:36:49 +0000 (00:36 +1200)
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.

lisp/emacs-lisp/trace.el

index fcc322ec67f3ad72038fd0e7f2880e8ffdf30a63..a4fcfd50b039215d830f873103c2778f3a1b38ba 100644 (file)
@@ -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