Fix indentation in docstring
This commit is contained in:
parent
9183e40327
commit
47aff6b6ff
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@ Example:
|
|||
,@body))))
|
||||
|
||||
(defmacro define-btn (color &optional (outline nil) (size nil))
|
||||
"This macro defines a new macro for creating a Bootstrap button of a specific type, size, and outline style.
|
||||
"This macro defines a new macro for creating a Bootstrap button of a specific
|
||||
type, size, and outline style.
|
||||
|
||||
COLOR: The color of the button (like 'primary', 'secondary', 'success', etc.).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue