lib/textbringer/commands/fill.rb in textbringer-0.2.8 vs lib/textbringer/commands/fill.rb in textbringer-0.2.9

- old
+ new

@@ -105,10 +105,10 @@ module Commands using FillExtension define_command(:fill_region, - doc: "Fill paragraph.") do + doc: "Fill region.") do |s = Buffer.current.point, e = Buffer.current.mark| Buffer.current.fill_region(s, e) end define_command(:fill_paragraph,