bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[21.3] fill-paragraph should use &optional ARG


From: Jari Aalto
Subject: [21.3] fill-paragraph should use &optional ARG
Date: Fri, 12 Nov 2004 11:46:43 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (windows-nt)

In GNU Emacs 21.3.1 (i386-msvc-nt5.0.2195)
 of 2003-03-28 on buffy
configured using `configure --with-msvc (12.00)'

  fill-paragraph is an interactive compiled Lisp function in `textmodes/fill'.
  (fill-paragraph ARG)
  Fill paragraph at or after point.  Prefix ARG means justify as well.

It would be better if function were defined

  (fill-paragraph &optional ARG)

Because the ARG is not essential.

Jari





reply via email to

[Prev in Thread] Current Thread [Next in Thread]