src.elv.sh/pkg/cli/tk.CodeAreaSpec.SmallWordAbbreviations (field)

5 uses

	src.elv.sh/pkg/cli/tk (current package)
		codearea.go#L42: 	SmallWordAbbreviations func(f func(abbr, full string))
		codearea.go#L129: 	if spec.SmallWordAbbreviations == nil {
		codearea.go#L130: 		spec.SmallWordAbbreviations = func(func(a, f string)) {}
		codearea.go#L243: 	w.SmallWordAbbreviations(func(a, f string) {

	src.elv.sh/pkg/cli
		app.go#L136: 		SmallWordAbbreviations: spec.SmallWordAbbreviations,