Am Mo., 16. Juni 2025 um 07:05 Uhr schrieb Werner LEMBERG <w...@gnu.org>: > > > > `wordwrap-string-internal` is one of only three > > markup-(list)-commands flagged "internal" and thus not documented, > > but it _is_ a full blown, ready-to-use command. > > Should we change this to a public function? > > > Werner
`wordwrap-string-internal` and `wordwrap-internal`are markup-list-commands returning a mere list of stencils. I guess they are marked "internal" because this list usually needs to get formated further, like it is done in `wordwrap/justify-string` and `wordwrap/justify-field`. Though, this is true for `score-lines` and `string-lines` (see doc-string) as well. Thus yes, I'd vote for removing the internal-tag and documenting them. Cheers, Harm