* 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 8b62d7427e might have eliminated
this issue.
This commit is contained in:
Phil Sainty 2022-08-13 00:29:22 +12:00
parent faf43bcab1
commit 5397d684d8

View 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