From: Phil Sainty Date: Fri, 29 Jul 2022 08:04:12 +0000 (+1200) Subject: fixup! New commands for bulk tracing of elisp functions (bug#27397) X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9ec96fdc04dbeb88d410390a64774dac6d19debe;p=emacs.git fixup! New commands for bulk tracing of elisp functions (bug#27397) --- diff --git a/lisp/emacs-lisp/trace.el b/lisp/emacs-lisp/trace.el index 28e2fbf88ae..2436f859f80 100644 --- a/lisp/emacs-lisp/trace.el +++ b/lisp/emacs-lisp/trace.el @@ -408,7 +408,7 @@ If AFTER-LOAD is non-nil then re-process PREFIX after loading any file. See `trace-function-foreground' for details of BUFFER and CONTEXT, and of foreground vs background tracing. -Calling `trace-package' again for the same PACKAGE will update the +Calling `trace-package' again for the same PREFIX will update the optional argument behaviours to respect the new values. See also `untrace-package'."