From: Phil Sainty Date: Fri, 12 Aug 2022 12:29:22 +0000 (+1200) Subject: * lisp/emacs-lisp/trace.el: Correct outdated documentation X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5397d684d8a90c5d33607b0f1f6fe5f9bc4cd586;p=emacs.git * lisp/emacs-lisp/trace.el: Correct outdated documentation 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. --- 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