From 3c90fa62aea9b5d89787b8c5f1509affdaaf83cb Mon Sep 17 00:00:00 2001 From: Phil Sainty Date: Sat, 30 Jul 2022 23:28:13 +1200 Subject: [PATCH] fixup! WIP: Add a 'tracing' section to the elisp manual debugging node Make `after-load' the final argument This provides greater consistency with the commands which do not have an AFTER-LOAD argument. --- doc/lispref/debugging.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/lispref/debugging.texi b/doc/lispref/debugging.texi index afb4e4cbd71..7c2ddbddc72 100644 --- a/doc/lispref/debugging.texi +++ b/doc/lispref/debugging.texi @@ -1127,7 +1127,7 @@ This function adds a background trace to @var{function}. This is like buffer or changing the window configuration. @end defun -@deffn Command trace-package prefix &optional after-load buffer context +@deffn Command trace-package prefix &optional buffer context after-load This function calls @code{trace-function-background} for all functions with names starting with @var{prefix}. @@ -1143,7 +1143,7 @@ Calling `trace-package' again for the same @var{prefix} will update the optional argument behaviours to respect the new values. @end defun -@deffn Command trace-regexp regexp &optional after-load buffer context +@deffn Command trace-regexp regexp &optional buffer context after-load This function calls @code{trace-function-background} for all functions matching in @var{regexp}. @@ -1163,7 +1163,7 @@ Calling `trace-regexp' again for the same @var{regexp} will update the optional argument behaviours to respect the new values. @end defun -@deffn Command trace-library library &optional after-load buffer context +@deffn Command trace-library library &optional buffer context after-load This function calls @code{trace-function-background} for all functions defined in @var{library}. -- 2.39.5