Define specific parameters for root form element
This commit is contained in:
parent
717035bb51
commit
211d68a6d9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue