[latex3-commits] [git/LaTeX3-latex3-latex3] l3box-trim-clip: Correct a function cross-reference (06ae272cf)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Apr 17 10:27:41 CEST 2023
Repository : https://github.com/latex3/latex3
On branch : l3box-trim-clip
Link : https://github.com/latex3/latex3/commit/06ae272cf37d89e283ad2b7ff17ea80a27f4c376
>---------------------------------------------------------------
commit 06ae272cf37d89e283ad2b7ff17ea80a27f4c376
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Apr 17 09:27:41 2023 +0100
Correct a function cross-reference
>---------------------------------------------------------------
06ae272cf37d89e283ad2b7ff17ea80a27f4c376
l3kernel/l3box.dtx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index 644c4688e..c3b48981b 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -909,7 +909,7 @@
% the left-hand edge of the bounding box, \meta{right} from the right-hand
% edge and so fourth. All adjustments are \meta{dim exprs}.
% Material outside of the bounding box is still displayed in the output
-% unless \cs{box_clip:N} is subsequently applied.
+% unless \cs{box_set_clipped:N} is subsequently applied.
% The updated \meta{box} is an
% hbox, irrespective of the nature of the \meta{box} before the trim
% operation is applied.
@@ -930,7 +930,7 @@
% co-ordinates (\meta{llx}, \meta{lly}) and upper-right co-ordinates
% (\meta{urx}, \meta{ury}). All four co-ordinate positions are
% \meta{dim exprs}. Material outside of the bounding box is
-% still displayed in the output unless \cs{box_clip:N} is
+% still displayed in the output unless \cs{box_set_clipped:N} is
% subsequently applied.
% The updated \meta{box} is an
% hbox, irrespective of the nature of the \meta{box} before the viewport
More information about the latex3-commits
mailing list.