emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/bulk-tracing 3c90fa62ae 2/4: fixup! WIP: Add a 'tracing' section


From: Phil Sainty
Subject: scratch/bulk-tracing 3c90fa62ae 2/4: fixup! WIP: Add a 'tracing' section to the elisp manual debugging node
Date: Tue, 9 Aug 2022 10:15:46 -0400 (EDT)

branch: scratch/bulk-tracing
commit 3c90fa62aea9b5d89787b8c5f1509affdaaf83cb
Author: Phil Sainty <psainty@orcon.net.nz>
Commit: Phil Sainty <psainty@orcon.net.nz>

    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 afb4e4cbd7..7c2ddbddc7 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}.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]