From 9ec96fdc04dbeb88d410390a64774dac6d19debe Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Fri, 29 Jul 2022 20:04:12 +1200 Subject: [PATCH] fixup! New commands for bulk tracing of elisp functions (bug#27397) --- lisp/emacs-lisp/trace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." -- 2.39.5