Define specific parameters for root form element

This commit is contained in:
Marcus Kammer 2024-04-24 08:23:51 +02:00
parent 717035bb51
commit 211d68a6d9
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -67,7 +67,7 @@
;;; root
(defmacro root (&optional attr &body body)
(defmacro root (action method &body body)
"Generates HTML form element.
LEGEND: Add text for <legend>. A short description for forms.