[latex3-commits] [git/LaTeX3-latex3-babel] docs: \ProvideHook to \ActivateGenericHook. (275746e)
Javier
email at dante.de
Wed Sep 29 19:14:54 CEST 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/275746eb3e8368b8139f0f914bfd1eec1f597497
>---------------------------------------------------------------
commit 275746eb3e8368b8139f0f914bfd1eec1f597497
Author: Javier <email at localhost>
Date: Wed Sep 29 19:14:54 2021 +0200
\ProvideHook to \ActivateGenericHook.
>---------------------------------------------------------------
275746eb3e8368b8139f0f914bfd1eec1f597497
docs/news/whats-new-in-babel-3.62.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/news/whats-new-in-babel-3.62.md b/docs/news/whats-new-in-babel-3.62.md
index a4d6632..e20004e 100644
--- a/docs/news/whats-new-in-babel-3.62.md
+++ b/docs/news/whats-new-in-babel-3.62.md
@@ -33,7 +33,7 @@ the localized `babel` hooks), but they are *not predefined*. You have
to do it yourself. For example, to set `\frenchspacing` only in
`bengali`:
```tex
-\ProvideHook{babel/afterextras/bengali}
+\ActivateGenericHook{babel/afterextras/bengali}
\AddToHook{babel/afterextras/bengali}{\frenchspacing}
```
More information about the latex3-commits
mailing list.