Skip to content

Commit

Permalink
Correct a deprecation message
Browse files Browse the repository at this point in the history
The message was "instead of \box_use_clear:N use \box_use_clear:N"...
Now "instead of \box_use_clear:N use \box_use_drop:N".
  • Loading branch information
Bruno Le Floch committed Jan 14, 2018
1 parent 0a1967a commit 451bb6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions l3kernel/l3box.dtx
Expand Up @@ -2072,10 +2072,10 @@
\cs_new_protected:Npn \box_resize:cnn
{ \box_resize_to_wd_and_ht_plus_dp:cnn }
\__debug_deprecation:nnNNpn
{ 2018-12-31 } { \box_use_clear:N }
{ 2018-12-31 } { \box_use_drop:N }
\cs_new_protected:Npn \box_use_clear:N { \box_use_drop:N }
\__debug_deprecation:nnNNpn
{ 2018-12-31 } { \box_use_clear:c }
{ 2018-12-31 } { \box_use_drop:c }
\cs_new_protected:Npn \box_use_clear:c { \box_use_drop:c }
% \end{macrocode}
% \end{macro}
Expand Down

0 comments on commit 451bb6c

Please sign in to comment.