[latex3-commits] [latex3/latex3] main: fp vars can work with V-expansion (e92a0f058)

github at latex-project.org github at latex-project.org
Fri May 26 13:46:09 CEST 2023


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/e92a0f05836167ddea8bd97e6c542e9b3168afd6

>---------------------------------------------------------------

commit e92a0f05836167ddea8bd97e6c542e9b3168afd6
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri May 26 12:46:09 2023 +0100

    fp vars can work with V-expansion
    
    See #1067,


>---------------------------------------------------------------

e92a0f05836167ddea8bd97e6c542e9b3168afd6
 l3kernel/expl3.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/l3kernel/expl3.dtx b/l3kernel/expl3.dtx
index 4597e2de9..d21760c61 100644
--- a/l3kernel/expl3.dtx
+++ b/l3kernel/expl3.dtx
@@ -643,15 +643,15 @@
 %     as the argument, be it an integer, a length-type register, a token
 %     list variable or similar. The value is passed to the function as a
 %     braced token list.  Can be applied to variables which have a
-%     \cs{\meta{var}_use:N} function (other than floating points and
-%     boxes), and which therefore deliver a single \enquote{value}.
+%     \cs{\meta{var}_use:N} function (other than boxes),
+%     and which therefore deliver a single \enquote{value}.
 %   \item[v] Value of a register, constructed from a character string
 %     used as a command name.\\
 %     This is a combination of |c| and |V| which first constructs a
 %     control sequence from the argument and then passes the value of
 %     the resulting register to the function.  Can be applied to
 %     variables which have a \cs{\meta{var}_use:N} function (other than
-%     floating points and boxes), and which therefore deliver a single
+%     boxes), and which therefore deliver a single
 %     \enquote{value}.
 %   \item[x]  Fully-expanded token or braced token list.\\
 %     This means that the argument is expanded as in the replacement





More information about the latex3-commits mailing list.