]> git.eshelyaron.com Git - emacs.git/commitdiff
fixup! WIP: Add a 'tracing' section to the elisp manual debugging node
authorPhil Sainty <psainty@orcon.net.nz>
Sat, 30 Jul 2022 11:28:13 +0000 (23:28 +1200)
committerPhil Sainty <psainty@orcon.net.nz>
Sat, 30 Jul 2022 11:28:19 +0000 (23:28 +1200)
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

index afb4e4cbd71c61d5b522a1fe6b8fe3689ecc0fff..7c2ddbddc72a8a80e06da6bc53bf4f43e7eb43e4 100644 (file)
@@ -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}.