From 085622c73cfd326e430164ed7c77f3c0d0305a32 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Wed, 8 Aug 2018 11:37:37 -0700 Subject: [PATCH] update docs --- hyphenate/hyphenate/scribblings/hyphenate.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hyphenate/hyphenate/scribblings/hyphenate.scrbl b/hyphenate/hyphenate/scribblings/hyphenate.scrbl index f8a87f37..5b102ea2 100644 --- a/hyphenate/hyphenate/scribblings/hyphenate.scrbl +++ b/hyphenate/hyphenate/scribblings/hyphenate.scrbl @@ -219,7 +219,11 @@ There is no way to use @racket[hyphenate] in ``polyglot'' mode, where English an (fr:hyphenate "formidable" #\-) ] +@section{Russian} +@defmodule[#:multi (hyphenate/ru (submod hyphenate/ru safe))] + +Russian hyphenation is available by importing the module as @racketmodname[hyphenate/ru] or @racketmodname[(submod hyphenate/ru safe)] and using the @racket[hyphenate] function normally. (Hat tip to Natanael de Kross for the patterns.) @section{License & source code}