> Do you have an opinion about the case when ARG is not 1? > Which path should we take then?
No opinion: `fill-paragraph` doesn't have that feature, so I'd be tempted to not support it either. > I'm a bit apprehensive about having it use completely different filling > functions depending on whether BEG or END are supplied, tbh. `fill-paragraph` does exactly that: it delegates to `fill-region` if a region is specified. === Stefan
