summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3basics.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/expl3/l3basics.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3basics.dtx14
1 files changed, 6 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3basics.dtx b/Master/texmf-dist/source/latex/expl3/l3basics.dtx
index 61d3170170e..5d1b4a677c0 100644
--- a/Master/texmf-dist/source/latex/expl3/l3basics.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3basics.dtx
@@ -35,7 +35,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\GetIdInfo$Id: l3basics.dtx 2037 2010-09-20 21:22:45Z joseph $
+\GetIdInfo$Id: l3basics.dtx 2063 2010-10-03 08:26:49Z mittelba $
{L3 Experimental basic definitions}
%\iffalse
%<*driver>
@@ -156,7 +156,7 @@
% expand whatever comes after them and others don't. Hence the names
% for these underlying functions will often contain a |:w| part but
% higher level functions are often available. See for instance
-% |\intexpr_compare_p:nNn| which is a wrapper for |\if_num:w|.
+% |\int_compare_p:nNn| which is a wrapper for |\if_num:w|.
%
% Certain conditionals deal with specific data types like boxes and
% fonts and are described there. The ones described below are either
@@ -2340,9 +2340,8 @@
\cs_set_protected_nopar:Npn \chk_if_free_cs:N #1{
\cs_if_free:NF #1
{
- \msg_kernel_bug:x {Command~name~`\token_to_str:N #1'~
- already~defined!~
- Current~meaning:~\token_to_meaning:N #1
+ \msg_kernel_bug:x {Command~name~`\token_to_str:N #1'~already~defined!~
+ Current~meaning: \\ \c_space_tl \c_space_tl \token_to_meaning:N #1
}
}
%<*trace>
@@ -2362,9 +2361,8 @@
{
\msg_kernel_bug:x
{
- Command~name~`\token_to_str:N #1'~
- already~defined!~
- Current~meaning:~\token_to_meaning:N #1
+ Command~name~`\token_to_str:N #1'~already~defined!~
+ Current~meaning: \\ \c_space_tl \c_space_tl \token_to_meaning:N #1
}
}
}