From 3fc9d126c85b7e7eabdf571771109b3256c7b0f9 Mon Sep 17 00:00:00 2001 From: Joseph Wright Date: Sat, 3 Feb 2018 08:40:30 +0000 Subject: [PATCH] Adjust text on debugging [ci skip] --- news/l3news11.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/news/l3news11.tex b/news/l3news11.tex index cc47ad76b6..3358dff8cc 100644 --- a/news/l3news11.tex +++ b/news/l3news11.tex @@ -148,9 +148,8 @@ \subsection{More powerful debugging} A new set of debugging functions have been added to the kernel. These allow debug code to be enabled locally using the new option \verb|enable-debug| along -with functions \cs{debug_check_declarations_on:} and -\cs{debug_check_declarations_off:}. A companying this change, we have improved -the handling of global/local consistency in variable setting. +with functions \cs{debug_on:n} and \cs{debug_off:n}. A companying this change, we +have improved the handling of global/local consistency in variable setting. \subsection{Mark-up changes in \pkg{l3doc}}